Skip to content

Commit 6c54040

Browse files
authored
Add Lambda console-specific limits to the "AWS Lambda Limits" page
1 parent e6e2f89 commit 6c54040

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc_source/limits.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ The following table lists service limits for deploying a Lambda function\.
4949
| Size of code/dependencies that you can zip into a deployment package \(uncompressed \.zip/\.jar size\)\. Each Lambda function receives an additional 500MB of non\-persistent disk space in its own `/tmp` directory\. The `/tmp` directory can be used for loading additional resources like dependency libraries or data sets during function initialization\. | 250 MB |
5050
| Total size of environment variables set | 4 KB |
5151

52+
53+
**AWS Lambda Console Limits**
54+
55+
| Item | Default Limit |
56+
| --- | --- |
57+
| Size of Lambda function deployment package that can be edited inline | 3 MB |
58+
| Number of test events per function | 10 |
59+
5260
## AWS Lambda Limit Errors<a name="limits-troubleshooting"></a>
5361

5462
Functions that exceed any of the limits listed in the previous limits tables will fail with an `exceeded limits` exception\. These limits are fixed and cannot be changed at this time\. For example, if you receive the exception `CodeStorageExceededException` or an error message similar to `"Code storage limit exceeded"` from AWS Lambda, you need to reduce the size of your code storage\.
@@ -57,4 +65,4 @@ Functions that exceed any of the limits listed in the previous limits tables wil
5765

5866
1. Remove the functions that you no longer use\.
5967

60-
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\.
68+
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)