AWS Architecture Blog

Peter Grman

Author: Peter Grman

Peter Grman is a Solutions Architect at Amazon Web Services. He helps enterprise retail customers across Germany navigate their cloud journey. Peter has a background in building scalable SaaS solutions, and enjoys working with serverless architectures and purpose-built databases.

Figure 1 - Architecture diagram showing Serverless Scheduling with Amazon EventBridge, AWS Lambda, and Amazon DynamoDB

Serverless Scheduling with Amazon EventBridge, AWS Lambda, and Amazon DynamoDB

Many applications perform scheduled tasks. For instance, you might want to automatically publish an article at a given time, change prices for offers which were defined weeks in advance, or notify customers 8 hours before a flight. These might be one-off tasks, or recurring ones. On Unix-like operating systems, you might have opted for the […]