This repository is a collection of my recent CDK samples in TypeScript
and Python
. Demo only, not for production,.
# install nvm
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
# reopen the shell
$ exec $SHELL
# install node LTS
$ nvm install --lts
# check the version
$ node --version
$ npm i -g aws-cdk
cdk --version