-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added EventBridgePutEventsPolicy template #1409
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
It doesn’t look as though this overcomes the blockers described in the previous attempt to add such a policy. |
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.
Thanks so much for bringing this PR back! Added some comments. Also, please merge in the latest develop branch and resolve conflicts. Thanks!
d5a0fac
to
257ee3e
Compare
257ee3e
to
5e11259
Compare
I had updated the pull request. Changes made added EventBus name as parameter and I removed the policy on PutPartnerEvents. |
Codecov Report
@@ Coverage Diff @@
## develop #1409 +/- ##
========================================
Coverage 94.37% 94.37%
========================================
Files 78 78
Lines 4678 4678
Branches 934 934
========================================
Hits 4415 4415
Misses 121 121
Partials 142 142 Continue to review full report at Codecov.
|
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.
Looks great. Thanks for adding this!
Issue #, if available: N/A
Description of changes: Adds a dedicated template policy for EventBridge granting the permissions to publish events to EventBus either custom ones or partner events.
Description of how you validated changes: Unit tests for transformed had been added to validate that the additional policy had been output.
Checklist:
make pr
passesexamples/2016-10-31
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.