Skip to content

Your typical AWS Lambda resizer that uses streams which outputs to various sizes, using less buffer!

Notifications You must be signed in to change notification settings

handonam/AWS-Resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-Resizer with Streams

An AWS Lambda function that duplicates images to different sizes. Using streams, this reduces the buffer overflow when processing files, which typically causes the imagemagick library to complain.

Currently only supports JPG and PNG. Looking to add .gif support in the future.

##Instructions

  1. Run npm install (duh!)
  2. Modify the SIZES values to choose what files to use
  3. Run make lambda to generate an packaged lambda zip file

About

Your typical AWS Lambda resizer that uses streams which outputs to various sizes, using less buffer!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published