Skip to content

Commit 136c2c5

Browse files
author
Ian
authored
adding in that 300 seconds is equal to 5 minutes.
adding in that 300 seconds is equal to 5 minutes.
1 parent 3d5f5c0 commit 136c2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As explained in [Lambda Functions](lambda-introduction-function.md), once you've
2121
| Ephemeral disk capacity \("/tmp" space\) | 512 MB |
2222
| Number of file descriptors | 1,024 |
2323
| Number of processes and threads \(combined total\) | 1,024 |
24-
| Maximum execution duration per request | 300 seconds |
24+
| Maximum execution duration per request | 300 seconds (5 minutes) |
2525
| [Invoke](API_Invoke.md) request body payload size \(RequestResponse/synchronous invocation\) | 6 MB |
2626
| [Invoke](API_Invoke.md) request body payload size \(Event/asynchronous invocation\) | 128 KB |
2727

@@ -66,4 +66,4 @@ Functions that exceed any of the limits listed in the previous limits tables wil
6666

6767
1. Remove the functions that you no longer use\.
6868

69-
1. Reduce the code size of the functions that you do not want to remove\. You can find the code size of a Lambda function by using the AWS Lambda console, the AWS Command Line Interface, or AWS SDKs\.
69+
1. Reduce the code size of the functions that you do not want to remove\. You can find the code size of a Lambda function by using the AWS Lambda console, the AWS Command Line Interface, or AWS SDKs\.

0 commit comments

Comments
 (0)