AWS Compute Blog

Scheduling email campaigns at scale with Amazon EventBridge Scheduler

Scheduling email campaigns at scale with Amazon EventBridge Scheduler

Learn how to use Amazon EventBridge Scheduler to deliver email campaigns at per-recipient optimal send times. This post shows how to create one schedule per recipient with zero idle compute cost, scale schedule creation with AWS Step Functions Distributed Map, and deliver through Amazon SES.

Low-latency, high-throughput SQS event processing with AWS Lambda provisioned mode

Customers building event-driven applications on AWS rely on Amazon Simple Queue Service (Amazon SQS) and AWS Lambda event source mappings (ESMs) to process millions of events every day. The fully managed polling infrastructure of ESMs eliminates the need to write and maintain custom code. You can focus on business logic while Lambda handles scaling, batching, […]