aws-heic-converter icon indicating copy to clipboard operation
aws-heic-converter copied to clipboard

AWS Lamba HEIC Converter

AWS Lamba HEIC Converter

An example of AWS Lambda HEIC converter.

Usage

$ npm install

$ docker run --rm -v $PWD:/var/task lambci/lambda:nodejs8.10 index.handler '{"img": "assets/example.heic"}'

It will convert the HEIC image to JPEG inside AWS Lambda emulated environment.