Installation¶
Requirements¶
- Python 3.12 or later
Install¶
For testing support (mocked AWS via aiomoto):
With uv:
AWS credentials¶
aiodynamodb uses aioboto3 under the hood, which reads credentials the same way as the standard AWS SDK:
For local development, you can either configure a local profile (via localstack or similar) or use mock_dynamodb() from the testing module — no real AWS needed.
See the Testing guide for the mocked setup.