-
Notifications
You must be signed in to change notification settings - Fork 82
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
Upgrade DDK and Resolve Data.all Pipelines #866
Conversation
Testing in AWS Account:
Also verified Pipeline Stack(s) tagged with the same key-value pairs as before |
2 thoughts to enhance this PR:
|
|
@@ -54,11 +54,11 @@ def get_statements(self): | |||
], |
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.
I have always had my doubts about this cloudformation policy. At the moment it is needed because DDK does not enforce a naming convention on the stacks. Do you think we should work on restricting it?
I have reviewed the code and overall it looks good. The next steps can go in the direction of reading the blueprint from a separate repository, but that's something that we will evaluate as a whole when reviewing pipelines |
I moved On bootstrapping requirements, definitely think it is something we should discuss and see how customers are currently using pipelines/ what would be best from DDK experts in this space As is, I think this PR is good for final review unless we have a clear direction on how we want to proceed on bootstrapping pattern for pipelines (currently everything works as is so I am viewing this as an "enhancement" that could be handled separately if needed, but let me know your thoughts) |
I agree on leaving bootstraping out of this PR as an enhancement to not overcomplicate this review.
Using same account for CICD and DEV. The following pipelines are created and executed successfully
Using one account for CICD and DEV and another for PROD. The following pipelines are created and executed successfully
Comments
|
@dlpzx - added the enhancements to name/description of CFN resources:
Tested again creating new pipelines after the above changes and tested for a trunk-based CodePipeline with 2 pipeline envs in the same account (i.e. Think ready for another round of review |
Hi @noah-paige, I am doing a final review in AWS
Using one account for CICD and DEV and another for PROD. The following pipelines are created and executed successfully
|
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.
Feature or Bugfix
Detail
blueprints/
to work with CDK-native App and use DDK ConfiguratorAlso as part of this PR:
Relates
Security
Please answer the questions below briefly where applicable, or write
N/A
. Based onOWASP 10.
fetching data from storage outside the application (e.g. a database, an S3 bucket)?
eval
or similar functions are used?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.