LAMBDA_RUNTIME Failed to post handler success response. Http response code: 413 – Amazon Web Sevices
I have node/express + serverless backend api which I deploy to Lambda function. When I call an api, request goes to API gateway to lambda, lambda connects to S3, reads a large bin file, parses it and generates an output…