Skip to content

Commit 9ee99de

Browse files
committed
Add ap-east-1 region to build scripts
1 parent 412cfb3 commit 9ee99de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/list_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
set -e
1212

1313
LAYER_NAMES=("Datadog-Node10-x" "Datadog-Node12-x")
14-
AVAILABLE_REGIONS=(us-east-2 us-east-1 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-north-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1)
14+
AVAILABLE_REGIONS=(us-east-2 us-east-1 us-west-1 us-west-2 ap-east-1 ap-south-1 ap-northeast-2 ap-southeast-1 ap-southeast-2 ap-northeast-1 ca-central-1 eu-north-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1)
1515

1616
# Check region arg
1717
if [ -z "$2" ]; then

scripts/publish_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ trap "pkill -P $$; exit 1;" INT
1616
NODE_VERSIONS_FOR_AWS_CLI=("nodejs10.x" "nodejs12.x")
1717
LAYER_PATHS=(".layers/datadog_lambda_node10.15.zip" ".layers/datadog_lambda_node12.13.zip")
1818
LAYER_NAMES=("Datadog-Node10-x" "Datadog-Node12-x")
19-
AVAILABLE_REGIONS=(us-east-2 us-east-1 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-north-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1)
19+
AVAILABLE_REGIONS=(us-east-2 us-east-1 us-west-1 us-west-2 ap-east-1 ap-south-1 ap-northeast-2 ap-southeast-1 ap-southeast-2 ap-northeast-1 ca-central-1 eu-north-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1)
2020

2121
# Check that the layer files exist
2222
for layer_file in "${LAYER_PATHS[@]}"

0 commit comments

Comments
 (0)