This is a demo repository for my blog post.
The only dependency needed to start using this project is Devbox and Nix (if you install Devbox first it will install Nix for you if you don't have it), all the other tools will be installed by it. Make sure your AWS region was already CDK bootstrapped.
-
Export AWS credentials
-
Install tools
devbox shell
- Install dependencies
yarn
- Modify the variables
Modify the src/config/dev.config.ts
- Deploy the stack
yarn cdk deploy