Amazon EventBridge Scheduler to AWS Lambda every 5 minutes

Amazon EventBridge Scheduler → Schedule → AWS Lambda

Simple pattern that triggers a Lambda function every 5 minutes using Amazon EventBridge Scheduler

Creates a schedule that runs every 5 minutes to trigger a given Lambda function.

< 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/eventbridge-schedule-to-lambda

Deploy

sam deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

David Boyne

David Boyne

Helping people learn about event-driven architectures and serverless

Follow on LinkedIn