8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9a6c1 commit 3df5395Copy full SHA for 3df5395
scripts/list_layers.sh
@@ -8,6 +8,7 @@
8
# Lists most recent layers ARNs across regions to STDOUT
9
# Optionals args: [layer-name] [region]
10
11
+# Source the common list of layers and regions
12
source scripts/all_layers.sh
13
14
# Check region arg
scripts/publish_layers.sh
@@ -16,6 +16,7 @@ trap "pkill -P $$; exit 1;" INT
16
PYTHON_VERSIONS_FOR_AWS_CLI=("python2.7" "python3.6" "python3.7" "python3.8")
17
LAYER_PATHS=(".layers/datadog_lambda_py2.7.zip" ".layers/datadog_lambda_py3.6.zip" ".layers/datadog_lambda_py3.7.zip" ".layers/datadog_lambda_py3.8.zip")
18
19
20
21
22
# Check that the layer files exist
0 commit comments