serverlesspub / imagemagick-aws-lambda-2

ImageMagick for AWS Lambda 2 runtimes
https://serverless.pub
Other
259 stars 162 forks source link

Looking for guidance #20

Open BradleyDHobbs opened 4 years ago

BradleyDHobbs commented 4 years ago

I have successfully uploaded this layer and can confirm it works for my specific purpose of converting tif to pdf.

However, I was wondering how to only use the tiff2pdf command from libtiff in order to have smaller footprint.

I tried uploading the binaries from the cache folder after compiling imagemagick, but in Lambda I get permission denied when pointing directly to the tiff2pdf binary and trying to execute a command with it.

Any ideas or hints that would point me in the right direction?