Build and publish an AWS Lambda Layer which provides ImageMagick.
- Docker
- Linux
- Node
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
If you attach the layer to a lambda function, command line tools will be installed under /opt/bin
.
/opt/bin/identify --version
ImageMagick License. See LICENSE for more details.