Unable to import module 'lambda_function': No module named 'jira'

Reham Adel December 22, 2021

I try to use JIRA library for Python in aws lambda. I create layer in lambda put in it the zip file that the contain the output of this command : pip3 install -t /home/reham/projectes/jira/python jira

when I run code in lambda i get this error :

Unable to import module 'lambda_function': No module named 'jira'

try to use runtimes python3.6 and python3.7 but not work.

could please anyone help me?

0 answers

Suggest an answer

Log in or Sign up to answer