Hit the 6MB Lambda payload limit? Here’s what you can do.
AWS Lambda has a 6MB limit that applies both to request and response payloads. This can be problematic if you have an HTTP API that allows users to upload images and files to S3. One day, a customer might complain that he couldn’t upload pictures of his cat to your app. In your Lambda logs, …
Hit the 6MB Lambda payload limit? Here’s what you can do. Read More »