Skip to content

Zhiyouce-Haichuang/cdk-samples

 
 

Repository files navigation

Open in Gitpod

cdk-samples

This repository is a collection of my recent CDK samples in TypeScript and Python. Demo only, not for production,.

Prerequisities

Install node and npm with NVM

# 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

Install CDK CLI

$ npm i -g aws-cdk
cdk --version

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.8%
  • Python 20.0%
  • JavaScript 2.8%
  • HTML 1.1%
  • Other 1.3%