EventBridge Schedule

0

Hello Support Team, In my project I have functionality where I have multiple shops, that shops is opening and closing at different time each day. for the business hour open and close I want to create event bride. I able to create the rule of EventBridge. but I want to more understand about EventBridge schedule.

I have tried to create scheduler using aws dashboard, but I did not found any reference to create EventBridge schedule using the aws-sdk.

can you please help me on this.

Akshay
asked 5 months ago182 views
1 Answer
0

Hello.

It is possible to create an EventBridge scheduler using create_schedule().
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/scheduler/client/create_schedule.html

I think the following document will be helpful as a sample.
https://docs.aws.amazon.com/scheduler/latest/UserGuide/managing-targets-templated.html

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions