-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AWS Api Gateway integration #204
Labels
Comments
Hi @jgroom33 , is this, finally, implemented? |
Yes, I too would like to know if this is completed and if show how to implement. Because I don't see it in the docs or in the code base |
I don't use apig+lambda much but I can try to implement this if it's a need for this. |
@p1c2u that would be awesome! 🙏🏽 |
This would be a great addition, but are there any clean workarounds for doing this right now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an integration similar to django/flask
The event object is structured as here: https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html
Example implementation:
The text was updated successfully, but these errors were encountered: