Skip to content

Commit 14cd4ef

Browse files
Merge pull request #20 from DataDog/darcy.rayner/add-eu-north-1
Add eu-north-1 region to scripts
2 parents 9a93a05 + 4ae5c9f commit 14cd4ef

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
@@ -9,7 +9,7 @@
99
# Optionals args: [layer-name] [region]
1010

1111
LAYER_NAMES=("Datadog-Python27" "Datadog-Python36" "Datadog-Python37")
12-
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-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1)
12+
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)
1313

1414
# Check region arg
1515
if [ -z "$2" ]; then

scripts/publish_layers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PYTHON_VERSIONS_FOR_AWS_CLI=("python2.7" "python3.6" "python3.7")
1313
LAYER_PATHS=(".layers/datadog_lambda_py2.7.zip" ".layers/datadog_lambda_py3.6.zip" ".layers/datadog_lambda_py3.7.zip")
1414
LAYER_NAMES=("Datadog-Python27" "Datadog-Python36" "Datadog-Python37")
15-
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-central-1 eu-west-1 eu-west-2 eu-west-3 sa-east-1)
15+
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)
1616

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

0 commit comments

Comments
 (0)