Unable to import libraries into AWS Lambda using EFS and EC2

Viewed 13

Following this tutorial, I am able to get my libraries installed at /mnt/efs/fs1/ml via using pip3 install -t command. I can import all the packages in my ec2 machine perfectly but when I try to load the same packages, throws an error of ModuleNitFound

Then I created Lambda where the Attached file system looks like: enter image description here

Original File System: enter image description here

and LAMBDA Env Variable looks like

enter image description here

Permission Policies are: enter image description here

0 Answers
Related