Skip to content

Commit

Permalink
[VENDOR] match python version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
diana-bacarisas-lrn committed Oct 25, 2024
1 parent b3c637e commit d84f1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init: install zip
--policy-arn arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole || true
aws lambda create-function \
--function-name sympy-service \
--runtime python3.8 \
--runtime python3.12 \
--handler lambda_function.handler \
--zip-file fileb://function.zip \
--role arn:aws:iam::534897478838:role/lambda-sympy-service || true
Expand Down

0 comments on commit d84f1d1

Please sign in to comment.