-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support on cache by body on POST request #115
Comments
Hi @leeboy1984, Could you please check if your endpoint works when the caching plugin is not used? For example, you could remove it from the Thanks. |
Yes! It works perfectly if I remove the cache config or remove the plugin |
Hi @leeboy1984, Could you please try adding For example: events:
- http:
path: /cached/test
method: post
integration: lambda |
No, if I add that type of integration somehow lambda is not getting executed, fails before even calling the handler |
The error I'm getting from API Gateway is the following: Any suggestion/idea? |
I have found the problem, problem is related with binaryMediaTypes, if for any reason you have binaryMediaTypes: / lambda integration does not work |
Hi,
I'm getting "Internal Server Error" when I'm trying to configure a POST request.
Here is my function definition
And a body example:
What is wrong?
The text was updated successfully, but these errors were encountered: