Skip to content

Commit 6e53ea4

Browse files
Addressing Heitor's feedback
1 parent 93c5183 commit 6e53ea4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/publish_v3_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Deploy v3 layer to all regions
99

1010
# USAGE
1111
#
12-
# NOTE: meant to be used with ./.github/workflows/release.yml
12+
# NOTE: meant to be used with ./.github/workflows/release-v3.yml
1313
#
1414
# publish_layer:
1515
# needs: [seal, release, create_tag]

.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Deploy CDK Layer v3 stack
33
# PROCESS
44
#
55
# 1. Split what AWS regions support ARM vs regions that Lambda support ARM
6-
# 2. Deploy previously built layer for each AWS commercial region
7-
# 3. Export all published Layers as JSON
8-
# 4. Deploy Canaries to every deployed region to test whether Powertools can be imported etc.
6+
# 2. We build the Lambda layer for 3.8 to 3.12 Python runtime and both x86_64 and arm64 (see `matrix` section)
7+
# 3. Deploy previously built layer for each AWS commercial region
8+
# 4. Export all published Layers as JSON
9+
# 5. Deploy Canaries to every deployed region to test whether Powertools can be imported etc.
910

1011
# USAGE
1112
#

0 commit comments

Comments
 (0)