Skip to content

Commit b3212d8

Browse files
committed
update compatible-runtimes for v3
1 parent ad17567 commit b3212d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
.idea

utils/lambda-publish/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VERSION=$(aws lambda publish-layer-version \
3434
--description "Bref PHP Runtime" \
3535
--license-info MIT \
3636
--zip-file fileb://../../output/$LAYER_NAME.zip \
37-
--compatible-runtimes provided.al2 \
37+
--compatible-runtimes provided.al2023 \
3838
--output text \
3939
--query Version)
4040

0 commit comments

Comments
 (0)