Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.23 KB

API_AccountLimit.md

File metadata and controls

39 lines (30 loc) · 2.23 KB

AccountLimit

Provides limits of code size and concurrency associated with the current account and region. For more information or to request a limit increase for concurrent executions, see Lambda Limits.

Contents

CodeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.
Type: Long
Required: No

CodeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.
Type: Long
Required: No

ConcurrentExecutions Number of simultaneous executions of your function per region. The default limit is 1000.
Type: Integer
Required: No

TotalCodeSize Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.
Type: Long
Required: No

UnreservedConcurrentExecutions The number of concurrent executions available to functions that do not have concurrency limits set. For more information, see Managing Concurrency.
Type: Integer
Valid Range: Minimum value of 0.
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: