Skip to content

Commit 055341d

Browse files
scottpaulinjayair
authored andcommitted
Updating the lambda specs (#299)
AWS recently increased the Lambda timeouts to 900 seconds. Also adding that memory limits are available in 64MB increments.
1 parent 90a0b27 commit 055341d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_chapters/what-is-aws-lambda.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Let's start by quickly looking at the technical specifications of AWS Lambda. La
2424

2525
Each function runs inside a container with a 64-bit Amazon Linux AMI. And the execution environment has:
2626

27-
- Memory: 128MB - 3008MB
27+
- Memory: 128MB - 3008MB, in 64 MB increments
2828
- Ephemeral disk space: 512MB
29-
- Max execution duration: 300 seconds
29+
- Max execution duration: 900 seconds
3030
- Compressed package size: 50MB
3131
- Uncompressed package size: 250MB
3232

0 commit comments

Comments
 (0)