feat(pipelines): add pre- and post- deployment fields to pipeline manifests#5209
feat(pipelines): add pre- and post- deployment fields to pipeline manifests#5209mergify[bot] merged 21 commits intoaws:mainlinefrom
Conversation
|
🍕 Here are the new binary sizes!
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## mainline #5209 +/- ##
============================================
+ Coverage 69.79% 69.84% +0.05%
============================================
Files 296 296
Lines 44146 44300 +154
Branches 286 286
============================================
+ Hits 30812 30943 +131
- Misses 11843 11861 +18
- Partials 1491 1496 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
iamhopaul123
left a comment
There was a problem hiding this comment.
Can we add an integration test for adding these pre/post deployment fields to the manifest?
discussed offline. will leave the current one as is; in the future we should add integ tests that are similar to "DD" but truly go from manifest to cfn template. |
| - !Join [ '', [ 'arn:aws:s3:::', 'fancy-bucket', '/*' ] ] | ||
| - Effect: Allow | ||
| Action: | ||
| # TODO: scope this down if possible |
There was a problem hiding this comment.
should we leave these TODO's in here...?
| Type: AWS::IAM::Role | ||
| Properties: | ||
| Path: / | ||
| AssumeRolePolicyDocument: |
There was a problem hiding this comment.
is this policy doc the same as the one above? i wonder if it's better to use AWS::IAM::POLICY and just list all of the roles ARNs in Roles 🤔
iamhopaul123
left a comment
There was a problem hiding this comment.
feel free to remove the label
Related: #5109, #3007.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.