aws-samples / aws-cross-account-cicd-pipeline

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.
MIT No Attribution
111 stars 37 forks source link

use cdkv2 #16

Closed bmorrissirromb closed 2 years ago

bmorrissirromb commented 2 years ago

Issue #15

Description of changes:

Use CDKv2 to construct the stacks.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

bmorrissirromb commented 2 years ago

@rafaelgsr - If you're interested in moving this repo to CDKv2, this pull request is (hopefully) a good start.

rafaelgsr commented 2 years ago

Hi @bmorrissirromb! Thanks a lot for the contribution. I've merged your changes into the mainline. There were some conflicts, hence I couldn't merge from this pull request.