-
Notifications
You must be signed in to change notification settings - Fork 35
fix: add event bus name to cloudwatch event targets. #92
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
fix: add event bus name to cloudwatch event targets. #92
Conversation
|
Hello @moritzzimmer ... any way I can get this reviewed. It's pretty minor and our company uses your module a lot (thanks for it btw!)... We actually have a use case that needs to trigger lambdas off rules on the non default bus. Thanks! |
moritzzimmer
left a comment
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.
Thx for the PR @elliottohara. I have just one minor remark
|
@elliottohara could you please fmt your changes/run pre-commit |
…aform-aws-lambda into fix_event_bus_name
Done. |
|
Hi @moritzzimmer ... Any way we can get this merged and released? I'd love to bump our companies modules up to this. Thanks! |
|
@elliottohara this has been released with |
Event targets need cloudwatch event bus name if they're non default. This PR simply adds it.
Fixes #93
I've tested this locally against a lambda with triggers against a custom bus and it works as expected.