https://github.com/pranavdarshan/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.
https://github.com/pranavdarshan/s3-image-upload
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/pranavdarshan/s3-image-upload
- Owner: PranavDarshan
- Created: 2024-06-10T12:44:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T13:16:29.000Z (12 months ago)
- Last Synced: 2024-06-10T14:56:24.296Z (12 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.