I want to use GraphicsMagick for aws lambda function but I am unable to add GraphicsMagick env. into lambda.
Asked
Active
Viewed 996 times
0
-
You can upload node_modules folder with gm library and use it on lambda – M14 Jun 04 '18 at 10:39
-
but gm module require GraphicsMagick dependency. – Kirtesh Sharma Jun 04 '18 at 10:42
-
1https://stackoverflow.com/questions/44729088/how-can-i-install-graphicsmagick-or-imagemagick-on-aws-lambda – M14 Jun 04 '18 at 10:44
-
I don't think this is a proper use case for lambdas. – RoberMP Jun 04 '18 at 12:51
1 Answers
0
For executing the Graphicsmagick and Imagemagick into lambda you need to add the static Binaries. use the below reference link for adding these binaries into lambda: https://gist.github.com/basimhennawi/21c39f9758b0b1cb5e0bd5ee08b5be58

Nitin Agarwal
- 1
- 1