Skip to content

TOKIUM/image-magick-aws-lambda-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.