File tree Expand file tree Collapse file tree 3 files changed +886
-951
lines changed
Expand file tree Collapse file tree 3 files changed +886
-951
lines changed Original file line number Diff line number Diff line change 1919 "@aws-cdk/assert" : " 2.68.0" ,
2020 "@types/jest" : " 29.5.12" ,
2121 "@types/node" : " 18.19.34" ,
22- "aws-cdk" : " 2.148.1 " ,
22+ "aws-cdk" : " 2.179.0 " ,
2323 "jest" : " 29.7.0" ,
2424 "ts-jest" : " 29.1.5" ,
2525 "ts-node" : " 10.9.2" ,
2626 "typescript" : " 5.4.5"
2727 },
2828 "dependencies" : {
2929 "@types/tar" : " 6.1.13" ,
30- "aws-cdk-lib" : " 2.177 .0" ,
30+ "aws-cdk-lib" : " 2.179 .0" ,
3131 "constructs" : " 10.3.0" ,
3232 "source-map-support" : " 0.5.21" ,
3333 "tar" : " 6.2.1"
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ Make sure to have the following tools installed:
1010- [ ` docker ` ] ( https://www.docker.com/get-started )
1111- [ ` aws ` (v2)] ( https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html )
1212
13+ Install dependencies
14+
15+ ``` bash
16+ pnpm install
17+ ```
18+
1319You will never have to run the code locally, other than to run tests.
1420
1521``` bash
You can’t perform that action at this time.
0 commit comments