I am trying to run this tool within a lambda function: https://github.com/nicolas-f/7DTD-leaflet
The tool depends on Pillow which depends on imaging libraries not av
copyfile('/var/task/yourbinary', '/tmp/yourbinary') os.chmod('/tmp/yourbinary', 0555)
Moving the binary to /tmp and making it executable worked for me
/tmp