pyronear / pyro-api

Alert Management API for wildfire prevention, detection & monitoring. Built with FastAPI & PostgreSQL
Apache License 2.0
21 stars 9 forks source link

Switch from boto3 to async version (aioboto3) #362

Open frgfm opened 3 weeks ago

frgfm commented 3 weeks ago

Considering the backend is async, we should consider using https://pypi.org/project/aioboto3/ instead of boto3