Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 676 Bytes

ImageMagick AWS Lambda Layer

Build and publish an AWS Lambda Layer which provides ImageMagick.

Requirements

  • Docker
  • Linux
  • Node

Release

A layer called image-magick-aws-lambda-layer will be published with Serverless Framewok.

npm install
npm run release

# release option
npm run release -- --stage dev --region ap-southeast-1

Usage

If you attach the layer to a lambda function, command line tools will be installed under /opt/bin.

/opt/bin/identify --version

License

ImageMagick License. See LICENSE for more details.