All Posts on aws lambda development

title

Dealing With the AWS Lambda Invocation Payload Limits

1 min

If you’ve dealt with Lambda functions you may have run across the RequestEntityTooLargeException AWS Lambda exception that occurs when a function is invoked with too large of a payload. This article looks at how to get around this error.

© 2022 Stackery. All rights reserved.