-
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
/var/runtime/bootstrap: Permission Denied
#2
Comments
Modifying the source a bit. The result of
|
I added a Pull-request fixing this in the dockerfile (#4). Please noe that this would need to run |
I'm not able to see this problem with my test today... I was able to run it properly from AWS without doing any chmod. When I check out the repo, the bootstrap file already has permission 0775. I think the COPY command should have carried over the executable flag. Right?
|
I was attempting to modify this repo for an internal project, and ran into this issue. I then decided to just build and push up
master
here. When I attempt to test run the Lambda function on AWS I get the error:I've tried to do a
chmod +x bootstrap
after this in the Dockerfile. Same result 😕.It seems that creating this
bootstrap
file which does acd /var/task
and runs you script is the correct thing to do according to the documentation.The text was updated successfully, but these errors were encountered: