A CDK for Terraform application in TypeScript using the prebuilt AWS provider.
Install project dependencies:
yarn install
You can now edit the main.ts file if you want to modify any code.
Perform a cdktf diff
to get a plan of what would be deployed.