A FastAPI application for handling audio recordings with AWS S3 and DynamoDB integration.
- Health check endpoint
- Audio file upload to S3 with signed URLs
- DynamoDB integration for tracking audio recordings
-
Install dependencies:
pip install -r requirements.txt -
Run the application:
uvicorn app.main:app --reload -
Access the API documentation:
http://localhost:8000/docs