ts-cdk-pipeline-app
v0.0.3
Published
Projen template for creating a CDK project that uses codepipeline and Github for deployment
Downloads
7
Readme
ts-cdk-pipeline-app
Creating the template
- Create a project using projen for creating project types We can use Projen itself to create a project for defining project types for Projen… In our project directory, use Projen to create a project with project type jsii.
npx projen new jsii
remove the test in /test ( recreate later if you want )
In the sample index.ts file, we replace its content with:
export * from './ts-cdk-pipeline-app';
- Create a new file /src/ts-cdk-pipeline-app.
a