You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2. After selecting the file, the preview of the file can be seen on the browser.