How to update Lambda Python 3.6 to 3.9

0

1 - How do i update in AWS console GUI dashboard

asked 2 years ago397 views
1 Answer
1
Accepted Answer

When you are on the Code tab in your lambda function, scroll all the way down below your code.

You will see "Code Properties" followed by "Runtime Settings".

In "Runtime Settings" click on the Edit button and you should be able to change the Python version to 3.9

profile pictureAWS
EXPERT
answered 2 years ago
  • Yes, when I updated the python version 3.6 to 3.9 then I got the error as below:

    [ERROR] Runtime.ImportModuleError: Unable to import module 'src/myLambdaFunction': No module named 'cv2.cv2' Traceback (most recent call last):

    However, when I reverted back to 3.6 it was working. I have deployed the zip package already with lambda. So what I need to update or change to fix it ?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions