DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Testing AWS S3 File Uploads Locally Using FastAPI & MiniStack

In this video, I explain file Uploads with FastAPI. I also demonstrate
how you can test these uploads on AWS S3 locally for free using a project called Ministack. MiniStack provides emulation for services on AWS so you can test them out locally without spending on actual AWS credits.

We use Boto3, the official AWS Software Development Kit (SDK) for Python to explore some operations supported by MiniStack.

Top comments (0)