Skip to content

Commit 802f856

Browse files
committed
chore: Update compatible runtimes and arch for AWS Lambda layer publishing script.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 51baea8 commit 802f856

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/aws-lambda/build_and_publish_lambda_layer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,14 @@
170170
"--zip-file",
171171
aws_zip_filename,
172172
"--compatible-runtimes",
173-
"python3.8",
174173
"python3.9",
175174
"python3.10",
176175
"python3.11",
177176
"python3.12",
178177
"python3.13",
178+
"--compatible-architectures",
179+
"x86_64",
180+
"arm64",
179181
"--region",
180182
region,
181183
"--profile",

0 commit comments

Comments
 (0)