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 a531f41 commit 05332cdCopy full SHA for 05332cd
.ci/publish-aws.sh
@@ -46,7 +46,7 @@ for region in $ALL_AWS_REGIONS; do
46
--layer-name="${FULL_LAYER_NAME}" \
47
--description="AWS Lambda Extension Layer for the Elastic APM Python Agent" \
48
--license-info="BSD-3-Clause" \
49
- --compatible-runtimes python3.6 python3.7 python3.8 python3.9 \
+ --compatible-runtimes python3.6 python3.7 python3.8 python3.9 python3.10 python3.11\
50
--zip-file="fileb://${zip_file}")
51
echo "${publish_output}" > "${AWS_FOLDER}/${region}"
52
layer_version=$(echo "${publish_output}" | jq '.Version')
0 commit comments