I am creating a AWS Lambda python deployment package. I am using one external dependency requests . I installed the external dependency using the AWS documentation http://do
Another source of this problem is the permissions on the file that is zipped. It MUST be at least world-wide readable. (min chmod 444)
chmod 444
I ran the following on the python file before zipping it and it worked fine.
chmod u=rwx,go=r