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 619fde3 commit 30729a0Copy full SHA for 30729a0
.ci/publish-aws.sh
@@ -39,7 +39,7 @@ for region in $ALL_AWS_REGIONS; do
39
--region="${region}" \
40
--layer-name="${FULL_LAYER_NAME}" \
41
--description="AWS Lambda Extension Layer for the Elastic APM Python Agent" \
42
- --license="Apache-2.0" \
+ --license-info="BSD-3-Clause" \
43
--zip-file="fileb://${zip_file}")
44
echo "${publish_output}" > "${AWS_FOLDER}/${region}"
45
layer_version=$(echo "${publish_output}" | jq '.Version')
0 commit comments