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

EventBridge/CloudWatch Events: Add support for time zones #2592

Closed
2 tasks
rg-tui opened this issue Apr 2, 2024 · 3 comments
Closed
2 tasks

EventBridge/CloudWatch Events: Add support for time zones #2592

rg-tui opened this issue Apr 2, 2024 · 3 comments
Assignees
Labels
feature-request A feature should be added or improved.

Comments

@rg-tui
Copy link

rg-tui commented Apr 2, 2024

Describe the feature

The api now supports time zones in the EventBridge scheduled rule. Please add support for time zones.
https://aws.amazon.com/blogs/compute/introducing-amazon-eventbridge-scheduler/

Use Case

We are not able to use the CDK to create EventBridge scheduled rules with time zones. This is frustrating because the time changes twice every year.

Proposed Solution

Add "ScheduleExpressionTimezone" here:
https://github.com/aws/aws-sdk-go-v2/blob/9632aaa29f1d1f2b797628b2b8163de600b81aa1/codegen/sdk-codegen/aws-models/eventbridge.json

Other Information

No response

Acknowledgements

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

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2 github.com/aws/[email protected]
github.com/aws/aws-sdk-go-v2 github.com/jmespath/[email protected]
github.com/aws/aws-sdk-go-v2 [email protected]
github.com/jmespath/[email protected] github.com/jmespath/go-jmespath/internal/[email protected]
github.com/jmespath/go-jmespath/internal/[email protected] github.com/davecgh/[email protected]
github.com/jmespath/go-jmespath/internal/[email protected] github.com/pmezard/[email protected]
github.com/jmespath/go-jmespath/internal/[email protected] github.com/stretchr/[email protected]
github.com/jmespath/go-jmespath/internal/[email protected] gopkg.in/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]

Go version used

go version go1.22.1 windows/amd64

@rg-tui rg-tui added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 2, 2024
@RanVaknin RanVaknin self-assigned this Apr 3, 2024
@RanVaknin RanVaknin removed the needs-triage This issue or PR still needs to be triaged. label Apr 3, 2024
@RanVaknin
Copy link
Contributor

Hi @rg-tui ,

Scheduler is its own client https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/scheduler and is separated from the EventBridge client.

Thanks,
Ran~

@RanVaknin RanVaknin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

@LukeLaScala
Copy link

Helped me also realize this was in a separate package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants