/aws-cdk-app-templates

Primary LanguageTypeScriptApache License 2.0Apache-2.0

AWS CDK App templates

A collection of starter templates for AWS CDK App projects, using Projen for project generation and management.

Usage

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

Project types

  • 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.