Run Lambda on recurring schedule using amazon EventBridge

Опубликовано: 22 Октябрь 2024
на канале: Unus AWS
100
9

This video shows a hands-on exercise wherein we invoke a Lambda function based on a schedule set in EventBridge

CheatSheet:
https://github.com/unuste37/YTResourc...

EventBridge User Doc:
https://docs.aws.amazon.com/eventbrid...

EventBridge FAQs:
https://aws.amazon.com/eventbridge/faqs/

About EventBridge:
EventBridge is a serverless service that uses events to connect application components together, making it easier for you to build scalable event-driven applications. Event-driven architecture is a style of building loosely-coupled software systems that work together by emitting and responding to events. Event-driven architecture can help you boost agility and build reliable, scalable applications.

Use EventBridge to route events from sources such as home-grown applications, AWS services, and third-party software to consumer applications across your organization. EventBridge provides simple and consistent ways to ingest, filter, transform, and deliver events so you can build applications quickly.