Skip to content
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

feat(AWS Schedule): Support groupName for scheduler method #12357

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mzl-md
Copy link

@mzl-md mzl-md commented Feb 16, 2024

Closes: #12319

Allows users to specify a schedule group for schedule events with method scheduler in AWS.

For convenience, we could create a schedule group, if none with the given name exists, rather than relying on the user to create one as a resource. Since I believe the common use case is to have more than one schedule in the same group, referring to the group as !Ref SchedulerGroup should be preferred and that is cleaner when users define the group themselves.

Copy link
Contributor

@bartelemi bartelemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, something like this would be really helpful 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS::Scheduler::Schedule support setting GroupName
2 participants