2 Answers
- Newest
- Most votes
- Most comments
1
We have a new EventBridge Scheduler which allows you to create one time schedules. In your case I would just create those as discreet one time events. No need for Rules.
1
Hi,
since you do not have a chronological pattern (eg. every monday, etc..) you need to create a different EventBridge rule for each day.
Of course you can automate the creation of such rules so that you dont need to do it manually everytime.
Relevant content
- Accepted Answerasked 6 months ago
- asked a year ago
- Why can't I view the EventBridge trigger in my Lambda function that my CloudFormation stack created?AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
What happens to the one-time schedules created? Will those get deleted automatically once the lambda is invoked or have to be manually deleted?