Low-latency, high-throughput SQS event processing with AWS Lambda provisioned mode
Compute Blog
This article explains AWS Lambda provisioned mode for SQS event source mappings, which provides explicit control over event pollers for demanding, latency-sensitive workloads.
- Provisioned mode allows configuring minimum (2-200) and maximum (2-10,000) event pollers for predictable scaling
- Supports up to 100,000 concurrent Lambda executions and 10 GB/s throughput, processing up to 1 million events per second
- Achieves 55% faster message backlog draining compared to default mode in test scenarios
- Configure via AWS CLI, SAM templates, or CloudFormation with MinimumPollers and MaximumPollers parameters
- Right-size minimum pollers using formula: max(TargetConcurrency/10, TargetThroughputMBps/1)
- Billed on event poller unit (EPU) hours; monitor with CloudWatch metrics including ProvisionedPollers and queue depth
- Ideal for real-time payments, fraud detection, IoT pipelines, and flash-sale order fulfillment
Provisioned mode integrates into existing deployment workflows and delivers 3x faster scaling than default mode for high-demand event processing applications.
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
Nov 14
2025
2025
AWS Lambda enhances event processing with provisioned mode for SQS event-source mapping
Aug 3
2026
2026
AWS Lambda Provisioned Mode for Amazon SQS event source mappings now supports up to 10,000 event pollers
Nov 14
2025
2025
AWS Lambda announces Provisioned Mode for SQS event source mapping (ESM)
Jul 17
2025
2025
AWS Lambda announces low latency processing for Kafka events
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.