This is an example project that uses GitHub workflows to deploy a CDK app through CDK Pipelines. See the cdk-pipelines-github project for additional details.
The application's main entry point and pipeline definition is under main.ts.
This a standard AWS CDK TypeScript project. When you run yarn synth
, it will produce a GitHub workflow under .github/workflows/deploy.yml
with the following workflow:
Licensed under the Apache 2.0 license.