/projen-aws-cdk-app

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

Primary LanguageTypeScriptMIT LicenseMIT

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