Skip to content

Commit 74493c3

Browse files
committed
Removed ap-east-1 region from deployment script
1 parent 76ce692 commit 74493c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layer/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ read -r -p "AWS profile name: " profileName
1111
layerName=${LAYER_NAME}-${LAYER_BUILD_VERSION}
1212

1313
# 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)
14+
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
15+
ap-northeast-1 ca-central-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 eu-north-1 sa-east-1)
1616

1717
# shellcheck disable=SC2039
1818
echo "Publishing layer: ${layerName} ..."

0 commit comments

Comments
 (0)