How to update Lambda Python 3.6 to 3.9

0

1 - How do i update in AWS console GUI dashboard

demandé il y a 2 ans405 vues
1 réponse
1
Réponse acceptée

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
répondu il y a 2 ans
  • 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 ?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions