Skip to content

ikait/lambda-webp-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-webp-converter

A function for AWS Lambda convert jpeg images uploaded on Amazon S3 to WebP.

How to use

  1. Clone it.
git clone https://github.com/ikait/lambda-webp-converter.git
  1. Set current directory to it, and install npms locally.
cd lambda-webp-converter
npm i -S -D
  1. Build. The codes based on ES6 are converted to AWS Lambda compatible ES5.
gulp build

This output ./build.zip.

  1. Upload ./build.zip to AWS Lambda.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published