-
Notifications
You must be signed in to change notification settings - Fork 559
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
Getting issue while running Spring Boot REST service on aws lambda #206
Comments
Hi @Manish-SM, does the application work if you use SpringBoot |
Hi @sapessi, Thanks for reply. I tried with SpringBoot 1.5.17 version and getting some different error now. |
Can you remove the |
REST-Lambda.zip |
Remove the |
@sapessi, Thanks for your help. It works for me. I made mentioned changes after that deployed and tested with api gateway with JSON body and headers and it worked only with api gateway not with lambda. |
To test this directly in Lambda, you need to make sure you send an event shaped exactly like API Gateway's proxy event. |
Hi, |
Hi, I got the same doubt, does anyone have any example of how to do it? |
My Handler:
POM.XML
Getting this issue :
The text was updated successfully, but these errors were encountered: