Expand description
Implements crate::store::KeyValueStore
for the DynamoDB database.
Structs§
- Dynamo
DbStore Internal - A DynamoDB client.
- Dynamo
DbStore Internal Config - The initial configuration of the system.
Enums§
- Dynamo
DbStore Internal Error - Errors that occur when using
DynamoDbStoreInternal
. - Invalid
Namespace - Error when validating a namespace
Type Aliases§
- Dynamo
DbStore - A shared DB client for DynamoDB implementing LRU caching and metrics
- Dynamo
DbStore Config - The config type for
DynamoDbStore
` - Dynamo
DbStore Error - The combined error type for
DynamoDbStore
.