-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add SourceArn for Events Message Publisher #8217
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
Conversation
036b8ba
to
f5f844d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor nits.
I think it would be nice to have some tests for the "Scheduled events now handle alternate event buses" part of the PR though, which seems like a great addition/fix!
@dfangl. while writing the test for alternate event buses I learnt that scheduled expressions are not supported by buses other than the default. So I restored that part of the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for verifying the changes for scheduled rules. The test failures are fixed by #8251, so no reason to hold back the merge.
This PR makes the Events service provider pass the RuleArn to the send_event_to_target function. Now the function can put the correct value on the request metadata for the new internal clients.
Changes:
Scheduled events now handle alternate event busesthis should not be possible for parity sake