Represents a DynamoDB database connection that extends a generic Database class.
Constructor for creating a new instance of a class that interacts with a DynamoDB database.
The configuration object for DynamoDB.
None
Readonly
A readonly property representing the DynamoDB client used to interact with DynamoDB.
The database configuration object.
Override method to handle a transaction asynchronously.
A Promise that resolves to null.
Represents a DynamoDB database connection that extends a generic Database class.