Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 627 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 627 Bytes

nodejs-aws-lambda-s3-thumbnail

Travis (.com) branch GitHub release (latest by date) GitHub

Simple AWS Lambda to generate thumbnails to AWS S3 from images uploaded to AWS S3 using Terraform

Before deploy it, run SHARP_IGNORE_GLOBAL_LIBVIPS=1 npm install --arch=x64 --platform=linux sharp if not using Linux.

Ref: https://sharp.pixelplumbing.com/install#aws-lambda.