Search found 2 matches

by gojko
2019-07-05T05:33:42-07:00
Forum: Users
Topic: How to run Image Magick native cli in AWS lambda to resize images
Replies: 1
Views: 13155

Re: How to run Image Magick native cli in AWS lambda to resize images

Lambda up to node8 came with a prebuild imagemagick binary. Since node 10 IM is no longer included, but you can add it as a layer. Check out Check out https://github.com/serverlesspub/imagemagick-aws-lambda-2 for more information - that project also includes a sample nodejs app that invokes mogrify ...
by gojko
2019-07-05T05:31:50-07:00
Forum: Users
Topic: building a static ImageMagick binary
Replies: 1
Views: 7245

Re: building a static ImageMagick binary

Check out https://github.com/serverlesspub/imagem ... s-lambda-2 - this is a working build of ImageMagick 7.0.8 and all required dependencies for AWS Lambda (with makefile that makes it easy to configure dependent library versions)