Ask Your Question
4

What does the occurrence of an unexpected LAMBDA_RUNTIME failure and an Http response code of 413 error indicate in the posting of a handler success response?

asked 2022-10-16 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-04 12:00:00 +0000

plato gravatar image

The occurrence of an unexpected LAMBDA_RUNTIME failure and an Http response code of 413 error in the posting of a handler success response indicates that the Lambda function encountered an internal error due to exceeding the maximum limit of the request size in the API Gateway. The Lambda function may have received a request that exceeded the maximum payload size allowed, causing the function to fail and return an HTTP 413 status code. This error can be resolved by splitting the request into smaller chunks or increasing the maximum payload size allowed in the API Gateway configuration.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-10-16 11:00:00 +0000

Seen: 13 times

Last updated: Jul 04 '21