I have a thousands of existing images in s3, and I need to resize all images from one folder, and put it in another folder, but still in one bucket. Is there any solution to resize it with or without lambda? And what trigger shoud I use? Thanks in advance
Resize existing images in s3 bucket/folder
7.7k Views Asked by tukangketik At
3
There are 3 best solutions below
2

Rather than resizing the images, you could consider using a "resize-on-the-fly" service such as:
You can construct URLs that automatically resize images to the desired size, without having to resize and store them yourself.
0

I am using Serverless Image Handler from AWS and I'm enjoying it. It's very simple to implement!
If this is a one-time job I would use the simplest approach: