You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 0b92c8e the API gateway and stack output was commented out, replaced by function URL.
Problems:
Readme/deploy instructions and sample code no longer matching.
Attempting to call the function URL results in "Internal server error" and exception: com.amazonaws.serverless.exceptions.InvalidRequestEventException: The incoming event is not a valid request from Amazon API Gateway or an Application Load Balancer
While I was able to fix it by uncommenting the template resources, but not a pleasant sample application experience testing this for the first time. I don't know if the intention was to actually change to function URLs, but it looks like some code needs to be changed as well.
The text was updated successfully, but these errors were encountered:
Serverless Java Container version:
1.9
Implementations:
Spring Boot 2
In commit 0b92c8e the API gateway and stack output was commented out, replaced by function URL.
Problems:
com.amazonaws.serverless.exceptions.InvalidRequestEventException: The incoming event is not a valid request from Amazon API Gateway or an Application Load Balancer
While I was able to fix it by uncommenting the template resources, but not a pleasant sample application experience testing this for the first time. I don't know if the intention was to actually change to function URLs, but it looks like some code needs to be changed as well.
The text was updated successfully, but these errors were encountered: