AWS python Lambda can't access EFS files
This video explains
AWS python Lambda can't access EFS files
--
Become part of the top 3% of the developers by applying to Toptal
https://topt.al/25cXVn
Music by Eric Matyas
https://www.soundimage.org
Track title: Puddle Jumping Looping
Full question
https://stackoverflow.com/questions/6438...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Chapters
00:00 Question
01:09 Accepted answer
01:33 Thank you
--
Tags
#python #awslambda #amazonefs
AWS python Lambda can't access EFS files
--
Become part of the top 3% of the developers by applying to Toptal
https://topt.al/25cXVn
Music by Eric Matyas
https://www.soundimage.org
Track title: Puddle Jumping Looping
Full question
https://stackoverflow.com/questions/6438...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Chapters
00:00 Question
01:09 Accepted answer
01:33 Thank you
--
Tags
#python #awslambda #amazonefs
ACCEPTED ANSWER
Score 2
The issue was where I had placed features dir in EFS. the access point had defined root as /efs but I had put it via c9 into /features, after moving features to /efs/features it worked fine.