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