awsgi icon indicating copy to clipboard operation
awsgi copied to clipboard

A WSGI gateway for the AWS API Gateway/Lambda proxy integration

Results 22 awsgi issues
Sort by recently updated
recently updated
newest added

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...

help wanted

I want to implements a download feature, when user request to download, lambda will get file content from s3, then response to api gateway. Note: I want to download a...

Python 2 is dead and [AWS Lambda support is ending soon](https://aws.amazon.com/blogs/compute/continued-support-for-python-2-7-on-aws-lambda/).

When my flask app hits an error, the app seems to always return a response code of 200 with a `body` containing the relevant HTML to explain what error has...

@symroe and I wrote the following as a PoC to get Django running in Lambda. Fixes #10.

It would we nice, if we have a django example just like the flask example in documentaion

help wanted

Every event received has the queryStringParameters and the multiValueQueryStringParameters, if the second contains values always overrides the queryStringParameters parameter. Flask get params works with request.args (Tested with 1.0.3 Flask version...

HTTP headers have some semantics that aren't compatible with a naive `dict`. Use `wsgiref.headers.Headers` to handle this.

help wanted

I am calling an endpoint i made to update a customer. When passing my json body i get a 400 Bad request. Seems like a json body that contains accent...

help wanted
needs review