1 Answer
- Newest
- Most votes
- Most comments
2
Lambda@Edge capacity scales dynamically in response to increased traffic. It depends on the available concurrency of AWS Lambda in your account and AWS regions. While the concept of a region doesn’t apply to Lambda@Edge functions, regional AWS Lambda quotas correspond with Lambda@Edge scaling in Regional Edge Caches. The following quotas apply:
- for requests per second, per region, per function
- for concurrent executions per region, across all functions in each AWS account
These quotas can be increased by requesting a service quota increase. Additionally, the following quotas apply:
- for additional execution environments provisioned every 10 seconds, per region, per function
- for requests per second, per execution environment, even if the function execution takes less than 100ms
For more information, see Function scaling in the AWS Lambda Developer Guide. Please note that reserved concurrency and provisioned concurrency can not be enabled/applied for Lambda@Edge functions.
answered 8 months ago
Relevant content
- asked 2 years ago
- asked 8 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago