You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial commit for Python 3.13
* Initial commit for Python 3.13
* Initial commit for Python 3.13
* Make mypy happy
* Constructor initial changes
* Constructor initial changes
* Docker folder
* More changes
* More changes
* More changes
* Merging from develop
* CDK 2.167.0
* Should not run CDK tests with all python version
* Should not run CDK tests with all python version - Python 3.12
Copy file name to clipboardExpand all lines: .github/workflows/reusable_deploy_v3_sar.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ name: Deploy V3 SAR
4
4
#
5
5
# 1. This workflow starts after the layer artifact is produced on `publish_v3_layer`
6
6
# 2. We use the same layer artifact to ensure the SAR app is consistent with the published Lambda Layer
7
-
# 3. We publish the SAR for 3.8 to 3.12 Python runtime and both x86_64 and arm64 (see `matrix` section)
7
+
# 3. We publish the SAR for 3.8 to 3.13 Python runtime and both x86_64 and arm64 (see `matrix` section)
8
8
# 4. We use `sam package` and `sam publish` to publish the SAR app
9
9
# 5. We remove the previous Canary stack (if present) and deploy a new one to test the SAR App. We retain the Canary in the account for debugging purposes
10
10
# 6. Finally the published SAR app is made public on the PROD environment
0 commit comments