Skip to content

Commit

Permalink
Merge pull request #20 from DataDog/darcy.rayner/add-eu-north-1
Browse files Browse the repository at this point in the history
Add eu-north-1 region to scripts
  • Loading branch information
DarcyRaynerDD authored Oct 7, 2019
2 parents 9a93a05 + 4ae5c9f commit 14cd4ef
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 @@ -9,7 +9,7 @@
# Optionals args: [layer-name] [region]

LAYER_NAMES=("Datadog-Python27" "Datadog-Python36" "Datadog-Python37")
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 @@ -12,7 +12,7 @@
PYTHON_VERSIONS_FOR_AWS_CLI=("python2.7" "python3.6" "python3.7")
LAYER_PATHS=(".layers/datadog_lambda_py2.7.zip" ".layers/datadog_lambda_py3.6.zip" ".layers/datadog_lambda_py3.7.zip")
LAYER_NAMES=("Datadog-Python27" "Datadog-Python36" "Datadog-Python37")
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 14cd4ef

Please sign in to comment.