F
F
Fedot Krusenstern2019-09-20 09:12:25
Amazon Web Services
Fedot Krusenstern, 2019-09-20 09:12:25

Is it possible to process images on AWS S3?

Services like Cloudinary provide great benefits for storing and using images on a website. They automatically substitute wepb with support and allow you to insert responsive images. All this happens without dancing with a tambourine and is available even to a grandmother.
So is there a similar functionality in AWS S3? How much dance do you need?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2019-09-20
@CloudC

Is it possible to process images on AWS S3?

You can use AWS Lambda , then write your own handler (converter).
https://docs.aws.amazon.com/en_us/lambda/latest/dg...

D
Dmitry Bay, 2019-09-20
@kawabanga

I implemented it once - I
received a photo from the client.
I loaded it into s3, added a task to the blitline, and in 5-6 seconds it did all the necessary crops, including adaptive ones. + there is a callback, and you on the site can know when the image is really ready.
free 2 hours per month.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question