项目作者: BEARTAIL

项目描述 :
ImageMagick on AWS Lambda
高级语言: Dockerfile
项目地址: git://github.com/BEARTAIL/image-magick-aws-lambda-layer.git
创建时间: 2020-11-17T07:37:49Z
项目社区:https://github.com/BEARTAIL/image-magick-aws-lambda-layer

开源协议:Other

下载


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.

  1. npm install
  2. npm run release
  3. # release option
  4. 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.

  1. /opt/bin/identify --version

License

ImageMagick License. See LICENSE for more details.