We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a0b27 commit 055341dCopy full SHA for 055341d
_chapters/what-is-aws-lambda.md
@@ -24,9 +24,9 @@ Let's start by quickly looking at the technical specifications of AWS Lambda. La
24
25
Each function runs inside a container with a 64-bit Amazon Linux AMI. And the execution environment has:
26
27
-- Memory: 128MB - 3008MB
+- Memory: 128MB - 3008MB, in 64 MB increments
28
- Ephemeral disk space: 512MB
29
-- Max execution duration: 300 seconds
+- Max execution duration: 900 seconds
30
- Compressed package size: 50MB
31
- Uncompressed package size: 250MB
32
0 commit comments