Skip to content

Commit 53bac88

Browse files
Attempt to fix synth command
1 parent 529f0fa commit 53bac88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
- name: CDK Synth
6565
shell: bash
6666
working-directory: ${{ inputs.dir }}
67-
run: uv run cdk synth --all --prefix infrastructure/aws
67+
run: uv run npm run cdk -- synth
6868

6969
- name: Deploy Test
7070
if: ${{ inputs.skip_deploy == 'false' }}

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ dependencies = [
4242
"pillow>=11.0.0",
4343
"isodate>=0.7.2",
4444
"psutil>=6.0.0",
45+
"aws-cdk-lib~=2.177.0",
46+
4547
]
4648
dynamic = ["version"]
4749

0 commit comments

Comments
 (0)