-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Service]: EventBridge Scheduler #27760
Comments
I'll pick this up as soon as it lands in the SDK-s. |
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Requires AWS SDK for Go v1.44.135: #27755. Let's go with |
@roberth-k |
If you have anything under development about to completion, please let me know. I'll close PR🙋 |
Hi @atsushi-ishibashi. Indeed, I’m working on the |
Oh, I see.
I'd like to use scheduler on my work at the next release so could I take on this implementation? |
Hi, Factoring in acceptance tests and documentation, I'm probably a bit closer to wrapping this up -- only a few of the templated targets remain. I'll publish the PR as soon as possible. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
EventBridge Scheduler [1] is a new capability from Amazon EventBridge that allows you to create, run, and manage scheduled tasks at scale.
As of 11 Nov 2022, it doesn't look like this has landed yet in any of the SDK-s or CLI-s. Based on how they've structured documentation and some of the links, my guess is this is considered to be a new service (short name
scheduler
) rather than part of EventBridge or CloudWatch Events.Requested Resource(s) and/or Data Source(s)
aws_scheduler_schedule
oraws_cloudwatch_event_schedule
aws_scheduler_schedule_group
oraws_cloudwatch_event_schedule_group
Potential Terraform Configuration
References
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: