Skip to content
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

Fix lambda payload format #9

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Fix lambda payload format #9

merged 3 commits into from
Mar 1, 2024

Conversation

suchapalaver
Copy link
Contributor

Cool project! I was excited to check it out, but then I ran into a deserialization error when trying to run the example with the Python test script.

I got things working when I edited the payload to be more in line with the Payload format version found in the Amazon API Gateway documentation.

This PR adapts the lambda payload in the Python test script to the format specified in the Amazon API Gateway documentation and adds a Dockerfile for running the Python test script so that the requests dependencies will be in place without needing to install them.

@lazear
Copy link
Owner

lazear commented Mar 1, 2024

Thanks - admittedly the python script hasn't been kept up to date :)

@lazear lazear merged commit 3959307 into lazear:master Mar 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants