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
After that I manually launch the function from the AWS console.
Expected behavior
Hello from app1!
Actual behavior
Calling the invoke API action failed with this message: NetworkError when attempting to fetch resource.
The function does not write any logs, it does not even launch.
Removing the link to EFS works fine.
It seems that some permissions/configurations are missing that allow the function to communicate with EFS.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Description
The lambda function deploys successfully but the function returns a
NetworkError
.Versions
7.9.0
1.9.5
Reproduction Code
AWS Lambda with EFS Example.
Steps to reproduce the behavior:
After that I manually launch the function from the AWS console.
Expected behavior
Actual behavior
The function does not write any logs, it does not even launch.
Removing the link to EFS works fine.
It seems that some permissions/configurations are missing that allow the function to communicate with EFS.
The text was updated successfully, but these errors were encountered: