Categorygithub.com/mububoki/create-thumbnails-lambda

# README

create-thumbnails-lambda

This lambda function will be invoked once you put image to an Amazon S3 Bucket.

The function gets images from the bucket, creates thumbnails, and put them to another bucket.

support: jpeg, gif, png

environment variables

namedefault valuenote
IMAGE_RATE0.5magnification rate
OBJECT_BUCKET_NAME_ORIGINALoriginal.images.mububokiLambda will be invoked when you put images to this bucket.
OBJECT_BUCKET_NAME_THUMBNAILthumbnail.images.mububokiLambda puts thumbnails to this bucket.

# Packages

No description provided by the author