Skip to content

Commit dc4353e

Browse files
authored
Merge pull request awsdocs#16 from willyg302/patch-1
Add Lambda console-specific limits to the "AWS Lambda Limits" page
2 parents 124c44e + 6c54040 commit dc4353e

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
@@ -53,6 +53,14 @@ The following table lists service limits for deploying a Lambda function\.
5353
| Size of code/dependencies that you can zip into a deployment package \(uncompressed \.zip/\.jar size\)\. Each Lambda function receives an additional 512MB 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 |
5454
| Total size of environment variables set | 4 KB |
5555

56+
57+
**AWS Lambda Console Limits**
58+
59+
| Item | Default Limit |
60+
| --- | --- |
61+
| Size of Lambda function deployment package that can be edited inline | 3 MB |
62+
| Number of test events per function | 10 |
63+
5664
## AWS Lambda Limit Errors<a name="limits-troubleshooting"></a>
5765

5866
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\.
@@ -61,4 +69,4 @@ Functions that exceed any of the limits listed in the previous limits tables wil
6169

6270
1. Remove the functions that you no longer use\.
6371

64-
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\.
72+
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)