Posted On: Dec 6, 2023

Starting today, AWS Lambda functions now scale up at a 12x faster rate. With this improvement each function can scale up to a rate of 1,000 concurrent executions every 10 seconds, up to your account concurrency limit. 

Workloads such as SLA-bound data processing or web applications with request-response patterns require high scalability and are prone to frequent changes in traffic. Previously, Lambda’s scaling was at the account level, enabling customers to scale by up to 3000 concurrent executions in the first minute, followed by 500 concurrent executions every minute afterwards. Today’s launch enables more rapid, granular scaling of individual Lambda functions, benefiting workloads that need to absorb traffic fluctuations, all without affecting the scaling rate of any other functions in your account.

The new scaling experience is available in all commercial AWS Regions and is enabled by default for all functions that are invoked synchronously, at no additional cost.

You can set a limit on your function’s scalability by configuring Reserved Concurrency on your function. To learn more about Lambda’s new function scaling capabilities, visit Lambda scaling behavior documentation page and the launch blog.