Driver configuration including DynamoDB client settings.
Create an item in the database.
New item payload without the identifying field.
Generated identifier for the created item.
Delete an item from the database.
Unique identifier value for the item.
True when an item was deleted.
Read an item from the database.
Unique identifier value for the item.
OptionalselectedFields: (keyof ItemType)[]Optional fields to select from the item.
Item payload (partial when selected fields are used).
Update an item in the database.
Unique identifier value for the item.
Partial update payload for the item.
True when an item was updated.
A DataItemDBDriver that uses DynamoDB as its database.