forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cli): implementation of the new bootstrap logic (aws#5856)
This adds a new `cdk bootstrap` mode, hidden behind the environment variable CDK_NEW_BOOTSTRAP, that adds the necessary resources (ECR repository, IAM roles, etc.) for our "CI/CD for CDK apps" epic, as well as 2 new (hidden for now) options: --trust (for specifying the accounts that are trusted to deploy into this environment) and --cloudformation-execution-policies (for specifying the ARNs of the Managed Policis that will be attached to the CFN deploying role).
- Loading branch information
Showing
19 changed files
with
863 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.