An open API service indexing awesome lists of open source software.

https://github.com/veelenga/aws-heic-converter

AWS Lamba HEIC Converter
https://github.com/veelenga/aws-heic-converter

aws-lambda heic

Last synced: 2 months ago
JSON representation

AWS Lamba HEIC Converter

Awesome Lists containing this project

README

        

# AWS Lamba HEIC Converter

An example of AWS Lambda HEIC converter.

## Usage

```console
$ 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.