How to update Lambda Python 3.6 to 3.9

0

1 - How do i update in AWS console GUI dashboard

preguntada hace 2 años405 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
EXPERTO
respondido hace 2 años
  • 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 ?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas