@raks-aws-cdk/common
v0.0.33
Published
Contains common utils for custom aws cdk.
Readme
Build steps
- mkdir common
- cd common
- tsc --init
- npm init -y
- modify tsconfig.json
- modify package.json
- mkdir src
- create index.ts
- install dependencies: a. npm install aws-cdk-lib b. npm install constructs c. npm install @types/node --save-dev
- npm run build
- npm run test
- npm run push
