Minimal cdktf setup alternative to cdktf init --template=typescript --providers=--providers=@cdktf/provider-aws --local
, using Bun and Biome.
Run bun install
to install all dependencies.
Plan: bun run cdktf plan cdktf-stack
Apply: bun run cdktf apply cdktf-stack