munsif12 / s3-image-compression-using-lambda-functions

A lambda function is triggered when a picture is added to an S3 bucket. Once within the lambda code, we retrieve the picture, compress it, and then save the compressed image to a new S3 bucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3-image-compression

About

A lambda function is triggered when a picture is added to an S3 bucket. Once within the lambda code, we retrieve the picture, compress it, and then save the compressed image to a new S3 bucket.


Languages

Language:JavaScript 100.0%