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 57b280e commit 8b44ee3Copy full SHA for 8b44ee3
ci/publish_layers.sh
@@ -60,7 +60,7 @@ publish_layer() {
60
layer_path=$4
61
62
version_nbr=$(aws lambda publish-layer-version --layer-name $layer_name \
63
- --description "Datadog Lambda Layer for Node" \
+ --description "Datadog Lambda Layer for Python" \
64
--zip-file "fileb://$layer_path" \
65
--region $region \
66
--compatible-runtimes $compatible_runtimes \
0 commit comments