Skip to content

Commit e372a7e

Browse files
committed
Update build script for Lambda deployment
1 parent cd37e01 commit e372a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/build-lambdas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
cd lambdas/resize
2121
rm -rf package lambda.zip
2222
mkdir package
23-
pip3 install -r requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: -t package
23+
pip3 install -r requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: --python-version 311 -t package
2424
zip lambda.zip handler.py
2525
cd package
2626
zip -r ../lambda.zip *;

0 commit comments

Comments
 (0)