https://github.com/serverlesspub/imagemagick-aws-lambda-2
ImageMagick for AWS Lambda 2 runtimes
https://github.com/serverlesspub/imagemagick-aws-lambda-2
Last synced: 5 months ago
JSON representation
ImageMagick for AWS Lambda 2 runtimes
- Host: GitHub
- URL: https://github.com/serverlesspub/imagemagick-aws-lambda-2
- Owner: serverlesspub
- License: other
- Created: 2019-05-16T11:56:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T16:30:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T05:33:33.964Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://serverless.pub
- Size: 49.8 KB
- Stars: 257
- Watchers: 7
- Forks: 165
- Open Issues: 25
-
Metadata Files:
- Readme: README-SAR.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImageMagick Lambda Layer for Amazon Linux 2 AMIs
Static build of ImageMagick for Amazon Linux 2, packaged as a Lambda layer.
Bundles ImageMagick 7.0.8-45, including convert, mogrify and identify tools
and support for jpeg, gif, png, tiff and webm formats.
This application provides a single output, `LayerVersion`, which points to a
Lambda Layer ARN you can use with Lambda runtimes based on Amazon Linux 2 (such
as the `nodejs10.x` or `nodejs12.x` runtime).
For an example of how to use the layer, check out
https://github.com/serverlesspub/imagemagick-aws-lambda-2/tree/master/example