Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 624 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 624 Bytes

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 default ts-node
  • ES Modules (ECMAScript modules) (ESM) are used instead of the default CommonJS
  • Jest is replaced with Vitest