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
When I console.log(event.body) and perform a POST request by submitting a classical HTML form from the browser through AWS API Gateway->Lambda I get something like a query string:
Hello,
When I console.log(event.body) and perform a POST request by submitting a classical HTML form from the browser through AWS API Gateway->Lambda I get something like a query string:
when running the same function via serverless-offline plugin on my localhost I get:
which looks like a JSON string.
I used same Node.js version (4.3.2).
Why is there this difference?
The text was updated successfully, but these errors were encountered: