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
- Run
npm install(duh!) - Modify the
SIZESvalues to choose what files to use - Run
make lambdato generate an packaged lambda zip file