The result of sending payload is that the runtime hangs for a while and then after timeout
I receive the response from the post request which indicates that the request was successful.
{"status" OK}, status 202
But I still get the "Internal Server Error" in the browser after the timeout and not actual payload.
Dear
docker-lambda
developers,I'm trying to send a following response by using provided runtime, but either the payload is ignored or it's incorrectly parsed (or it's my fault :)).
Anyway that's my payload
The result of sending payload is that the runtime hangs for a while and then after timeout I receive the response from the post request which indicates that the request was successful.
But I still get the "Internal Server Error" in the browser after the timeout and not actual payload.
Steps to reproduce:
:face_with_head_bandage: As always it was an issue with my code!