0.1.1 • Published 3 years ago

@cloudgnosis/aws-cdk-app-templates v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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

3 years ago

0.1.1

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago