Skip to content

Commit b0eae58

Browse files
committed
fix(ci): add cdk v2 dep for layers workflow
1 parent 476b99f commit b0eae58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

layer/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layer/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT"
88
[tool.poetry.dependencies]
99
python = "^3.9"
1010
cdk-lambda-powertools-python-layer = "^2.0.49"
11+
aws-cdk-lib = "^2.35.0"
1112

1213
[tool.poetry.dev-dependencies]
1314
pytest = "^7.1.2"

0 commit comments

Comments
 (0)