An open API service indexing awesome lists of open source software.

https://github.com/pranavdarshan/s3-image-upload

The following code in NodeJS is to upload upto 8 images to S3 directly and process these images using a Lambda function and get the final result in another S3 bucket. Finally we retrieve this processed image and display it on the website.
https://github.com/pranavdarshan/s3-image-upload

Last synced: about 10 hours ago
JSON representation

The following code in NodeJS is to upload upto 8 images to S3 directly and process these images using a Lambda function and get the final result in another S3 bucket. Finally we retrieve this processed image and display it on the website.

Awesome Lists containing this project

README

          

# S3-Image-Upload
The following code in NodeJS is to upload 8 images to S3 directly and process these images using a Lambda function and get the final result in another S3 bucket. Finally we retrieve this processed image and display it on the website.