This repository contains a compiled version of Ghostscript which works with Amazon Web Services(AWS) Lambda. These binaries are based on Ghostscript 9.20. AWS Lambda is using an old version of ...
Where can I find the Ghostscript binary inside of Lambda after I attach the layer? You can find it at /opt/bin/gs (/opt is where Lambda unpacks layers). You can run /opt/bin/gs --version to make sure ...