Skip to content

A script for Lambda AWS that takes an uploaded image in S3 bucket, and converts it to thumbnails and store it in a new bucket.

Notifications You must be signed in to change notification settings

swennemans/thumbnail-creater-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

info

A simple image manipulation script that can be uploaded to AWS Lambda. When an image is uploaded to a Source Bucket this script will init and creates thumbnails. Check the Lambda docs for setting everything up.

dependencies

  1. async
  2. graphicsmagick
  3. aws-sdk (already available on AWS Lambda).

About

A script for Lambda AWS that takes an uploaded image in S3 bucket, and converts it to thumbnails and store it in a new bucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published