FastAPI application to resize thousands of images asynchronously in few minutes from an S3 bucket.
$ pip install -r requirements.txt
$ export PYTHON_ENV=development
$ uvicorn src.main:app --reload
$ docker build -t images-resizer-app:latest .
$ docker-compose up -d