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.
2 parents ad17567 + 23d5239 commit d96dcf9Copy full SHA for d96dcf9
utils/lambda-publish/publish.sh
@@ -34,7 +34,7 @@ VERSION=$(aws lambda publish-layer-version \
34
--description "Bref PHP Runtime" \
35
--license-info MIT \
36
--zip-file fileb://../../output/$LAYER_NAME.zip \
37
- --compatible-runtimes provided.al2 \
+ --compatible-runtimes provided.al2023 \
38
--output text \
39
--query Version)
40
0 commit comments