https://github.com/appsolves/fastapi-users-db-dynamodb
FastAPI Users - Database adapter for AWS DynamoDB
https://github.com/appsolves/fastapi-users-db-dynamodb
Last synced: 9 months ago
JSON representation
FastAPI Users - Database adapter for AWS DynamoDB
- Host: GitHub
- URL: https://github.com/appsolves/fastapi-users-db-dynamodb
- Owner: AppSolves
- License: mit
- Created: 2025-08-31T19:57:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T21:56:03.000Z (10 months ago)
- Last Synced: 2025-08-31T22:17:47.147Z (10 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Users - Database adapter for AWS DynamoDB
Ready-to-use and customizable users management for FastAPI
[](https://github.com/fastapi-users/fastapi-users/actions)
[](https://badge.fury.io/py/fastapi-users-db-dynamodb)
[](https://pepy.tech/project/fastapi-users-db-dynamodb)
---
**Documentation**: https://fastapi-users.github.io/fastapi-users/
**Source Code**: https://github.com/fastapi-users/fastapi-users
---
Add quickly a registration and authentication system to your [FastAPI](https://fastapi.tiangolo.com/) project. **FastAPI Users** is designed to be as customizable and adaptable as possible.
**Sub-package for AWS DynamoDB support in FastAPI Users.**
## Development
### Setup environment
We use [Hatch](https://hatch.pypa.io/latest/install/) to manage the development environment and production build. Ensure it's installed on your system.
### Run unit tests
You can run all the tests with:
```bash
hatch run test
```
### Format the code
Execute the following command to apply `isort` and `black` formatting:
```bash
hatch run lint
```
## License
This project is licensed under the terms of the Apache 2.0 license.
See the LICENSE and NOTICE files for more information.