-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updated to Julia 1.8 #4
base: main
Are you sure you want to change the base?
Conversation
+fixed "access denied" on bootstrap-file during lambda init on AWS side
I've tried building the Docker image/container using the provided file, but I encountered an error:
Did you encounter anything like this? EDIT: Following the discussion and recommendations here, I changed line 22 from I also needed to prepend |
Right, so I can test everything locally by running the image via: This works fine. But when I try to use the same image on AWS Lambda, I get this error:
Any ideas? |
I couldn't reproduce this problem. I did mostly what you did but with Julia 1.8.4 and a slightly different chmod command (which shouldn't matter). Can you try the branch from PR #5? |
Sure, I'll give that a try. To be clear, you're still able to deploy this repo to AWS Lambda itself? I was also just wondering if AWS Lambda has changed something about how the custom containers are supposed to be setup (and that would be the cause for the |
Right. I have no problem deploying to AWS Lambda and running a test there. |
+fixed "access denied" on bootstrap-file during lambda init on AWS side