Sensible, minimalistic CDK Stack Starter
✓ Minimalistic - Only contains one folder - /src
✓ .dotenv support - Start using environment vars for config right away (3. Store Config in the Environment)
$ npx startmeup github.com/aGuyNamedJonas/cdk-stack-starter [local-folder]
- Setup your local AWS credentials
- Setup the
.env
file:$ cp .env-template .env
(and fill in the blanks) - Install
node_modules
:$ yarn
yarn deploy