Skip to content

Commit 469462f

Browse files
committed
fix missing deps
1 parent 2852495 commit 469462f

File tree

2 files changed

+221
-5
lines changed

2 files changed

+221
-5
lines changed

examples/cdk/package-lock.json

Lines changed: 219 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cdk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"@middy/validator": "^2.5.3",
3535
"@types/aws-lambda": "^8.10.86",
3636
"aws-cdk-lib": "2.0.0",
37+
"aws-sdk": "^2.1058.0",
3738
"constructs": "^10.0.0",
3839
"source-map-support": "^0.5.16"
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)