aws / aws-lambda-runtime-interface-emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/usr/local/bin/aws-lambda-rie: Permission denied

kmc6123 opened this issue · comments

commented

Been trying to locally test (from my macbook) a docker container for aws lambda, but I'm getting permission errors. I set the bash file to executable for ENTRYPOINT [ "./entry_script.sh" ], not sure what's going on.

commented

edit: fixed by including RUN ["chmod", "+x", "/usr/local/bin/aws-lambda-rie"] in Dockerfile