This is my take on how to upload multiple files to AWS with fastAPI and mongoDB(beanie)
Create the virtual environment and install dependencies with:
poetry install
See poetry docs for more information
poetry run uvicorn app:app --reload --host localhost --port 8000
API will be available at localhost:8000/
- Swagger UI docs at localhost:8000/docs
 - ReDoc docs at localhost:8000/redoc
 
- fastAPI
 - uvicorn[standard]
 - beanie
 - boto3