Skip to content

Commit

Permalink
Updating the lambda specs (#299)
Browse files Browse the repository at this point in the history
AWS recently increased the Lambda timeouts to 900 seconds. Also adding that memory limits are available in 64MB increments.
  • Loading branch information
scottpaulin authored and jayair committed Dec 2, 2018
1 parent 90a0b27 commit 055341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _chapters/what-is-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Let's start by quickly looking at the technical specifications of AWS Lambda. La

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

- Memory: 128MB - 3008MB
- Memory: 128MB - 3008MB, in 64 MB increments
- Ephemeral disk space: 512MB
- Max execution duration: 300 seconds
- Max execution duration: 900 seconds
- Compressed package size: 50MB
- Uncompressed package size: 250MB

Expand Down

0 comments on commit 055341d

Please sign in to comment.