to convert that image to low resolution (thumbnail) and store it on S3, how can I do that using Flask?
Why use Flask when you can use Lambda with plain Python
you can use Pillow to resize image
It doesn't seem to work when I provide when I provide image as link
you need to fetch the link first using request library
Is that so, where does the image get stored? I hope I don't have to store it locally
you can store it wherever you want if you know how to do it
Обсуждают сегодня