Skip to content

nbaillie/aws-cdk-app-templates

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.6%
  • JavaScript 4.4%