Example CDK CI/CD pipeline using CdkPipeline and a single AWS account. Read the associated blog for more information: https://binx.io/blog/2020/09/02/implementing-aws-cdk-cicd-with-cdk-pipelines/
- Bootstrap CDK: cdk bootstrap instructions.
- Configure the source repository access token: GitHub instructions.
The pipeline will update itself. To do so, however, it needs to exist. Thus run cdk deploy CicdInfraStack
once.
Change the Hello World app to something else, push your changes and view the new application in AWS in minutes.