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
If this is a one-time job I would use the simplest approach:
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With