-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting permission denied in lambda deployment #443
Comments
The error you are encountering, [Errno 30] Read-only file system, suggests that your application is trying to write to a file system location (/home/sbx_user1051) which is read-only. This can occur in environments like AWS Lambda where the file system is not writable except for the /tmp directory. Here are some steps to resolve this issue:
By addressing these areas, you should be able to identify and fix the root cause of the Read-only file system error. |
@Sabreen-Parveen |
I have deployed codium agent using a lambda function using this guide.
Branch used: main
I am getting this errror:
Please help me in resolving this issue.
The text was updated successfully, but these errors were encountered: