I get my backend deployed in AWS with node js and serverless framework, but the issues is that the POST request only hanging without execute the code, this only happens with POST method the other methods GET, PUT, etc works fine. I followed this issue also https://github.com/dherault/serverless-offline/issues/1150
I tried deployed in AWS to test if the issue replicates and gets the same behavior. This happen with any POST request, in local environment and in AWS.
Environment
- serverless: 1.83.2
- serverless-http: 2.7.0
- serverless-offline: 5.12.0
- nodejs tested with v16, v17, v18, v19
1