DEV Community

Rashmitha v
Rashmitha v

Posted on

Resize image with Node.js and AWS Lambda

Working
user upload file to s3 bucket. The bucket will notify the lambda that a new image was uploaded and it passes a key. The lambda will take this key and fetch the original image from the bucket then resize it and do any extra processing that it has to and then store it to a new bucket which will only store the resized images of the original image.

Architecture

Image description

Top comments (0)