A collection of starter templates for AWS CDK App projects, using Projen for project generation and management.
Use this package together with Projen to instantiate a project setup for AWS CDK, using Typescript.
For example:
npx projen new --from @cloudgnosis/aws-cdk-app-templates awscdk-closedsource-app-ts
- awscdk-closedsource-app-ts - Same as projen bundled awscdk-app-ts project type, but defaults to not include mergify configuration, and no opeen source license.
- awscdk-app-lambda-restapi-ts - Same as projen bundled awscdk-app-ts project type, but includes sample code to deploy a REST Api endpoint using API Gateway + AWS Lambda. Sample code include versions with and without deployment pipeline.