Michael

Results 2 comments of Michael

We implemented it in a bit different way: instead of creating a "fat" handler, we kept it "slim" (in Zappa terms) and added `s3://` URL parsing capability to `include` handler....

@erindan I'll try to find time this week for a better example or perhaps even a pull request, but the rough idea is to change [LambdaHandler](https://github.com/Miserlou/Zappa/blob/master/zappa/handler.py#L108) to check if `library`...