AWS Lambda Provisioned Mode for Amazon SQS event source mappings now supports up to 10,000 event pollers
AWS Lambda has raised the maximum event pollers for Provisioned Mode in Amazon SQS event source mappings from 2,000 to 10,000, enabling up to 100,000 concurrent invocations per mapping.
The useful question is what changes for users, developers or buyers, and whether the announcement stays industry context or becomes something people can actually use.
AWS Lambda has increased the maximum number of event pollers for Provisioned Mode in Amazon SQS event source mappings (ESMs) from 2,000 to 10,000, a fivefold rise. This change allows customers to achieve up to 100,000 concurrent invocations per ESM, addressing stringent performance demands in event-driven applications. The adjustment removes prior constraints that required workloads to be split across multiple mappings, simplifying architecture for high-throughput systems.
The update benefits industries relying on real-time processing, such as financial transaction pipelines, IoT telemetry ingestion, and large-scale fan-out workloads. Provisioned Mode for SQS ESM lets users set minimum and maximum poller counts to optimize throughput. Previously limited to 2,000 pollers, the ceiling now supports significantly higher concurrency, reducing the need for manual scaling or workarounds in mission-critical systems.
Customers can configure the new limit via the ESM API, AWS Console, AWS CLI, AWS SDK, AWS CloudFormation, and AWS SAM. The feature is available in all AWS Commercial Regions. AWS charges usage based on Event Poller Units (EPUs), aligning costs with the number of pollers deployed.
This enhancement expands Lambda’s capacity for scalable, low-latency event processing without requiring architectural changes. Organizations can now handle larger workloads within a single ESM, improving efficiency in systems where processing delays directly impact business outcomes. For further details, refer to the Lambda ESM documentation and AWS Lambda pricing.