/blog-cdk-cicd-cdkpipeline

Example CDK CI/CD pipeline using CdkPipeline and a single AWS account

Primary LanguageTypeScript

CDK CI/CD using CdkPipeline

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/

Prepare your account

  1. Bootstrap CDK: cdk bootstrap instructions.
  2. Configure the source repository access token: GitHub instructions.

Deploy the pipeline once and once only

The pipeline will update itself. To do so, however, it needs to exist. Thus run cdk deploy CicdInfraStack once.

Update the application

Change the Hello World app to something else, push your changes and view the new application in AWS in minutes.