AWS python Lambda can't access EFS files
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Dream Voyager Looping
--
Chapters
00:00 Aws Python Lambda Can'T Access Efs Files
00:55 Accepted Answer Score 2
01:12 Thank you
--
Full question
https://stackoverflow.com/questions/6438...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #awslambda #amazonefs
#avk47
    Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Dream Voyager Looping
--
Chapters
00:00 Aws Python Lambda Can'T Access Efs Files
00:55 Accepted Answer Score 2
01:12 Thank you
--
Full question
https://stackoverflow.com/questions/6438...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#python #awslambda #amazonefs
#avk47
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.