Skip to main content

Command Palette

Search for a command to run...

lambda 413 error

AWS/AWS Lambda

Updated
1 min read
lambda 413 error
  • situation
When you execute lambda function
  • error message
[ERROR] [1674721589583] LAMBDA_RUNTIME Failed to post handler success response. Http response code: 413.
  • cause
too large payload

6 MB each for request and response (synchronous)
256 KB (asynchronous)
  • reference

https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html