@nikovirtala/projen-aws-cdk-app
v0.0.28
Published
A projen template for AWS CDK TypeScript app. with ES Modules and TSX.
Downloads
1,715
Readme
projen template for modern AWS CDK app
You can use this template to create an AWS CDK TypeScript application using projen.
This template is mostly like the projen's standard AwsCdkTypeScriptApp
template with the following key differences:
- The code is executed using
tsx
instead of the defaultts-node
- ES Modules (ECMAScript modules) (ESM) are used instead of the default CommonJS