Example of how to use CDK to create a CodePipeline CI/CD pipeline, and how to configure it to deploy resources on different AWS Accounts.
111
stars
37
forks
source link
Workshop should include step to bootstrap cdk #17
Open
bmorrissirromb opened 2 years ago
cdk bootstrap
is never mentioned in the Workshop instructions but is required before thecdk deploy
will run.Should be updated here: https://catalog.us-east-1.prod.workshops.aws/v2/workshops/00bc829e-fd7c-4204-9da1-faea3cf8bd88/en-US/repository-stack/deploy-code-commit
The production environment should also be bootstrapped.