We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ce692 commit 74493c3Copy full SHA for 74493c3
1 file changed
layer/deploy.sh
@@ -11,8 +11,8 @@ read -r -p "AWS profile name: " profileName
11
layerName=${LAYER_NAME}-${LAYER_BUILD_VERSION}
12
13
# shellcheck disable=SC2039
14
-lambdaRegions=(us-east-1 us-east-2 us-west-1 us-west-2 ap-east-1 ap-south-1 ap-northeast-2 ap-southeast-1
15
-ap-southeast-2 ap-northeast-1 ca-central-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 eu-north-1 sa-east-1)
+lambdaRegions=(us-east-1 us-east-2 us-west-1 us-west-2 ap-south-1 ap-northeast-2 ap-southeast-1 ap-southeast-2
+ap-northeast-1 ca-central-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 eu-north-1 sa-east-1)
16
17
18
echo "Publishing layer: ${layerName} ..."
0 commit comments