You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
I was trying to implement this solution for my personal project and there was some issue where I got stuck.
To mount EFS, lambda and EFS should be within the same VPC. Unfortunately, I cannot access the internet when my lambda function is inside that VPC. Can you please provide a template where I can access the public internet from my lambda function, which also uses the EFS on VPC?
Hey everyone,
I was trying to implement this solution for my personal project and there was some issue where I got stuck.
To mount EFS, lambda and EFS should be within the same VPC. Unfortunately, I cannot access the internet when my lambda function is inside that VPC. Can you please provide a template where I can access the public internet from my lambda function, which also uses the EFS on VPC?
I really appreciate any help you can provide.