hyperion.adapters.keyval.dynamodb¶
hyperion.adapters.keyval.dynamodb
¶
DynamoDB-backed :class:KeyValueStore adapter (requires boto3 -- [aws]).
The table must have a key attribute and a value attribute.
DynamoDBStore
¶
DynamoDBStore(prefix=None, compression=None, table_name=None, key_attribute='key', value_attribute='value')
Bases: KeyValueStore
A key-value store using DynamoDB.
The table must have a key attribute and a value attribute.