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

(events): Add ScheduleGroup #31249

Closed
1 of 2 tasks
WtfJoke opened this issue Aug 29, 2024 · 4 comments
Closed
1 of 2 tasks

(events): Add ScheduleGroup #31249

WtfJoke opened this issue Aug 29, 2024 · 4 comments
Labels
@aws-cdk/aws-events Related to CloudWatch Events feature-request A feature should be added or improved. p3

Comments

@WtfJoke
Copy link
Contributor

WtfJoke commented Aug 29, 2024

Describe the feature

Currently there seems to be no way to create an EventBridge ScheduleGroup using cdk or associate a Schedule with a ScheduleGroup.

Use Case

I would like to group my Scheduled Rules into Groups (in order to tag them).

Proposed Solution

Cloudformation allows creating Scheduled Rules and associating Scheduled Rules with the property "GroupName".

Once a ScheduleGroup is created, it can be implemented in the Schedule construct.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.150.0

Environment details (OS name and version, etc.)

windows 11, 23H2

@WtfJoke WtfJoke added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 29, 2024
@github-actions github-actions bot added the @aws-cdk/aws-events Related to CloudWatch Events label Aug 29, 2024
@pahud pahud self-assigned this Aug 29, 2024
@pahud pahud removed the needs-triage This issue or PR still needs to be triaged. label Aug 29, 2024
@pahud
Copy link
Contributor

pahud commented Aug 29, 2024

We actually have Group and GroupProps. Is this what you are looking for?

@pahud pahud added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. p3 labels Aug 29, 2024
@pahud pahud removed their assignment Aug 29, 2024
@WtfJoke
Copy link
Contributor Author

WtfJoke commented Aug 30, 2024

Thank you @pahud. It looks exactly like that what I was looking for (I totally forgot about that alpha module 🙈 )!

Should we close this issue then?

Do you know the strategy for this module (including the missing pieces to get it out of alpha) vs the existing events module?

Because Schedule would be part of both modules (events and aws-scheduler-alpha).

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Aug 30, 2024
@WtfJoke
Copy link
Contributor Author

WtfJoke commented Aug 30, 2024

@WtfJoke WtfJoke closed this as completed Aug 30, 2024
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@aws-cdk/aws-events Related to CloudWatch Events feature-request A feature should be added or improved. p3
Projects
None yet
Development

No branches or pull requests

2 participants