Skip to content

Commit

Permalink
Merge pull request #27 from DataDog/darcy.rayner/add-eu-north-1
Browse files Browse the repository at this point in the history
Darcy.rayner/add eu north 1
  • Loading branch information
DarcyRaynerDD authored Oct 7, 2019
2 parents 21b0fef + 09da73c commit 2e6ee43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/list_layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -e

LAYER_NAMES=("Datadog-Node8-10" "Datadog-Node10-x")
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)
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)

# Check region arg
if [ -z "$2" ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -e
NODE_VERSIONS_FOR_AWS_CLI=("nodejs8.10" "nodejs10.x")
LAYER_PATHS=(".layers/datadog_lambda_node8.10.zip" ".layers/datadog_lambda_node10.15.zip")
LAYER_NAMES=("Datadog-Node8-10" "Datadog-Node10-x")
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)
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)

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

0 comments on commit 2e6ee43

Please sign in to comment.