Skip to content

Commit 3d42293

Browse files
committed
chore: use latest cdk layer construct
1 parent 50e114b commit 3d42293

File tree

3 files changed

+68
-100
lines changed

3 files changed

+68
-100
lines changed

.github/workflows/reusable_deploy_v2_layer_stack.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ permissions:
44
id-token: write
55
contents: read
66

7+
env:
8+
CDK_VERSION: 2.44.0
9+
710
on:
811
workflow_call:
912
inputs:
@@ -82,7 +85,7 @@ jobs:
8285
pip install -r requirements.txt
8386
- name: install cdk and deps
8487
run: |
85-
npm install -g aws-cdk@2.29.0
88+
npm install -g "aws-cdk@$CDK_VERSION"
8689
cdk --version
8790
- name: install deps
8891
run: poetry install

layer/poetry.lock

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

layer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
cdk-lambda-powertools-python-layer = "^3.0.0"
11-
aws-cdk-lib = "^2.42.0"
10+
cdk-aws-lambda-powertools-layer = "^3.0.0"
11+
aws-cdk-lib = "^2.44.0"
1212

1313
[tool.poetry.dev-dependencies]
1414
pytest = "^7.1.2"

0 commit comments

Comments
 (0)