DEV Community

Discussion on: Upload Media directly to S3 bucket from Client.

Collapse
 
abhi24892 profile image
Abhishek

Nice.. Really way will help in speed up the uploading media content. On the contrary note, image validation, image score calculation and duplicate image check handling seems reliable and easy on server side. Please suggest if we can do above checks in client side uploading.

Collapse
 
provish profile image
Vishal Gupta

Once the image is uploaded on S3 you can initiate a lambda to do any processing or validation on the image.
These lambdas are horizontal scalable and superfast.