We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b12116 commit 509d3a8Copy full SHA for 509d3a8
.github/workflows/deploy.yml
@@ -70,6 +70,6 @@ jobs:
70
71
working-directory: ./cdk
72
run: |
73
- poetry install
74
poetry self add poetry-plugin-export
+ poetry install
75
cdk deploy openaq-ingest-aeolus --require-approval never
pyproject.toml
@@ -18,7 +18,7 @@ pydantic-settings = "^2.3.2"
18
19
20
[tool.poetry.group.cdk.dependencies]
21
-aws-cdk-lib = "^2.145.0"
+aws-cdk-lib = "^2.132.0"
22
boto3 = "^1.34.124"
23
24
[build-system]
0 commit comments