awsgi icon indicating copy to clipboard operation
awsgi copied to clipboard

Better Documentation

Open frob opened this issue 7 years ago • 2 comments

There seems to be something lacking in either the API-Gateway setup docs or the awsgi docs. I have copied the code directly from the example and I cannot get it to work. I am using the aws sam cli for testing. I can get the generic un-styled Flask 404 response but nothing else.

As far as I can tell the lambda handler is handling, but the request is never handed to flask.

frob avatar Jun 14 '18 22:06 frob

Yes, I also would like to know, how to deploy it.

jolo-dev avatar Jul 21 '20 16:07 jolo-dev

Also missing for the documentation is an example of accessing the raw lambda event & context objects from within an app route.

rooby avatar Apr 27 '21 05:04 rooby