Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.04 KB

serverless-hw4

Implementation: To create a serverless application that does the following:

• To upload images into S3 source bucket
• To create thumbnail of uploaded images via Lambda function
• To upload thumbnail images to destination bucket

Technology used:

• Backend has been implemented in Node.js
• Front end has been implemented in React
• Imagemagick library to create thumbnails

Please refer the screen prints below:

1. The home page of the serverless application where the user can choose a file to upload to the source bucket.

Home Page

2. After selecting the file, the preview of the file can be seen on the browser.

Preview

3. The thumbnail created of the uploaded image:

Upload