How to update Lambda Python 3.6 to 3.9

0

1 - How do i update in AWS console GUI dashboard

feita há 2 anos405 visualizações
1 Resposta
1
Resposta aceita

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
ESPECIALISTA
respondido há 2 anos
  • 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 ?

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas