nikovirtala / projen-aws-cdk-app

A projen template for AWS CDK TypeScript app. with ES Modules and TSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

projen template for AWS CDK app

You can use this template to create an AWS CDK TypeScript application using projen.

This is mainly like the AwsCdkTypeScriptApp published as a part of projen, with two key differences:

  • Instead of ts-node, this is using tsx to execute the code
  • Instead of CommonJS modules, this is using ES Modules

About

A projen template for AWS CDK TypeScript app. with ES Modules and TSX.

License:MIT License


Languages

Language:TypeScript 100.0%