Amazon EventBridge Scheduler with Amazon SES

API Gateway → DynamoDB → AWS Lambda → EventBridge Scheduler

A serverless event-driven pattern that creates Amazon EventBridge schedules dynamically to send email reminders using Amazon SES.

This pattern deploys a serverless reminder application. When a user creates/updates/deletes a reminder using API Gateway, the data is updated in a DynamoDB Table, which triggers a Lambda Function. This creates a one-time EventBridge schedule with Amazon SES as the target.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-dynamodb-lambda-scheduler-ses-auto-deletion-sam

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Damini Nixcy Mol Antony

Damini Nixcy Mol Antony

Senior Cloud Support Engineer (Serverless) @AWS

Follow on LinkedIn