AWS Lambda Limitations
Nov 8 · 1 min read
Run time Environment limitations:
- The disk space is limited to 512 MB.
- The default deployment package size is 50 MB.
- The memory range is from 128 to 3008 MB.
- The maximum execution timeout for a function is 15 minutes.
Requests limitations by lambda - Request and response (synchronous calls) body payload size can be up to to 6 MB.
- Event request (asynchronous calls) body can be up to 128 KB.
