aws/aws-lambda-runtime-interface-emulator

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

kmc6123 opened this issue · 1 comments

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.

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