-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Error GET/POST requests missing with Lambda Handler #332
Comments
Can you post some code to reproduce the problem. I have not tested it with serverless but it should work as expected. What error are you getting? Is it in cloudwatch or with serverless deploy? |
Taking a look at your config you might be using the incorrect integration. Delete the line |
You can also explicitly set |
Nice! That seems to have fixed it for me. Maybe you could add that to your example cloudformation config. This would have saved me hours of frustration. 👍 |
I will add another example for serverless as it seems to be the more popular choice. |
You can use mine if you want:
|
lambda-proxy is the default so you shouldn't need to explicitly add that. |
I'm running into an Error running this plugin with a serverless setup as follow:
There seems to be missing a proper handling of API-Gateway + Lambda setup.
The text was updated successfully, but these errors were encountered: