To help people understand how to use AWS with best practices at enterprise scale.
Using IaC (Infrastructure as Code) tools like CDK and arc.codes.
- Install all packages from the repo root:
pnpm install
- Run CDK commands without changing directories:
pnpm infra:synthpnpm infra:diffpnpm infra:deploy
- Local defaults live in
.envand are loaded by the root scripts. - For AWS deploys, use
pnpm infra:deploy:awsor setLOCAL=falseandSTAGE=dev. .env.exampleis committed as the template; keep it in sync with.env.- Sync the template with
pnpm env:sync(non-safe keys are masked).