Skip to content

Commit

Permalink
Add 3.10 and 3.11 to AWS lambda compatible runtimes (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed Oct 23, 2023
1 parent a531f41 commit 05332cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/publish-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for region in $ALL_AWS_REGIONS; do
--layer-name="${FULL_LAYER_NAME}" \
--description="AWS Lambda Extension Layer for the Elastic APM Python Agent" \
--license-info="BSD-3-Clause" \
--compatible-runtimes python3.6 python3.7 python3.8 python3.9 \
--compatible-runtimes python3.6 python3.7 python3.8 python3.9 python3.10 python3.11\
--zip-file="fileb://${zip_file}")
echo "${publish_output}" > "${AWS_FOLDER}/${region}"
layer_version=$(echo "${publish_output}" | jq '.Version')
Expand Down

0 comments on commit 05332cd

Please sign in to comment.