How to create Amazon EventBridge Scheduler in Python

0

How to create Amazon EventBridge Schedules in Python?

asked 7 months ago1030 views
2 Answers
1

Hello.

You can create an EventBridge scheduler using boto3's "create_schedule".
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/scheduler/client/create_schedule.html

profile picture
EXPERT
answered 7 months ago
profile picture
EXPERT
reviewed 7 months ago
1

Just use the boto3 EventBridge Scheduler SDK.

profile pictureAWS
EXPERT
Uri
answered 7 months ago
profile picture
EXPERT
reviewed 7 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