Skip to content

Latest commit

 

History

History

sample-pipeline

Pipeline Example for CDK bootstrapless synthesizer

It's an example AWS CodePipeline to publish a CDK application with ECS container and API Gateway/Lambda to one-click deployable CloudForamtion templates.

Prerequisites

Deploy pipeline

yarn install --check-files --frozen-lockfile
npx cdk deploy
# specify the custom secret name of your github token
npx cdk deploy -c GithubToken=<my-github-token>

Release one-clickable CloudFormation for your CDK application

Release the pipeline name starting with PipelineStack-CDKToCloudFormationPublishPipeline in AWS CodePipeline.