We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529f0fa commit 53bac88Copy full SHA for 53bac88
.github/actions/cdk-deploy/action.yml
@@ -64,7 +64,7 @@ runs:
64
- name: CDK Synth
65
shell: bash
66
working-directory: ${{ inputs.dir }}
67
- run: uv run cdk synth --all --prefix infrastructure/aws
+ run: uv run npm run cdk -- synth
68
69
- name: Deploy Test
70
if: ${{ inputs.skip_deploy == 'false' }}
pyproject.toml
@@ -42,6 +42,8 @@ dependencies = [
42
"pillow>=11.0.0",
43
"isodate>=0.7.2",
44
"psutil>=6.0.0",
45
+ "aws-cdk-lib~=2.177.0",
46
+
47
]
48
dynamic = ["version"]
49
0 commit comments