How to create an Event Bridge Scheduler to invoke your function once per minute?

Опубликовано: 31 Октябрь 2024
на канале: Saborni Bhattacharya
166
3

#shorts #aws #lambda #event #schedule #amazon
#amazonwebservices

Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. Highly scalable, EventBridge Scheduler allows you to schedule millions of tasks that can invoke more than 270 AWS services and over 6,000 API operations. Without the need to provision and manage infrastructure, or integrate with multiple services, EventBridge Scheduler provides you with the ability to deliver schedules at scale and reduce maintenance costs.

EventBridge Scheduler delivers your tasks reliably, with built-in mechanisms that adjust your schedules based on the availability of downstream targets. With EventBridge Scheduler, you can create schedules using cron and rate expressions for recurring patterns, or configure one-time invocations. You can set up flexible time windows for delivery, define retry limits, and set the maximum retention time for failed triggers.

For more understanding, refer this.

[+] https://docs.aws.amazon.com/scheduler...

Not endorsed by AWS, all my opinions!