Represents a DynamoDB database connection that extends a generic Database class.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

client: DynamoDBClient

A readonly property representing the DynamoDB client used to interact with DynamoDB.

config: {
    type: any;
}

The database configuration object.

Methods