Home icon

AWS Lambda functions now scale 12 times faster when handling high-volume requests

Blog



The article discusses improvements in AWS Lambda's scaling capabilities, allowing functions to scale up to 12 times faster when handling high-volume requests.

Specifically, the article covers:

  • Each synchronously invoked Lambda function can now scale by 1,000 concurrent executions every 10 seconds until the account's concurrency limit is reached
  • Each function within an account now scales independently, eliminating the "noisy neighbor" problem caused by a single function experiencing high traffic
  • These improvements benefit applications with highly variable traffic, like news sites or online stores with flash sales
  • Services like Amazon Athena and Amazon Redshift that use Lambda-based UDFs will also benefit from faster scaling
  • An example illustrating how a function scales up to the account's concurrency limit and how requests are throttled beyond that limit


Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.