/cdk-pipelines-github-example

Test app for CDK Pipelines

Primary LanguageTypeScriptApache License 2.0Apache-2.0

CDK Pipelines for GitHub Workflows - Example

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:

Screen Shot 2021-08-22 at 12 06 05

License

Licensed under the Apache 2.0 license.