You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/limits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ As explained in [Lambda Functions](lambda-introduction-function.md), once you've
21
21
| Ephemeral disk capacity \("/tmp" space\)| 512 MB |
22
22
| Number of file descriptors | 1,024 |
23
23
| 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) |
25
25
|[Invoke](API_Invoke.md) request body payload size \(RequestResponse/synchronous invocation\)| 6 MB |
26
26
|[Invoke](API_Invoke.md) request body payload size \(Event/asynchronous invocation\)| 128 KB |
27
27
@@ -66,4 +66,4 @@ Functions that exceed any of the limits listed in the previous limits tables wil
66
66
67
67
1. Remove the functions that you no longer use\.
68
68
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