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.
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
For more information about using this API in one of the language-specific AWS SDKs, see the following: