interface DynamoSdkClient

The native DynamoDB SDK client operations driven by the facade.

Methods

send<TInput, TOutput>(command: DynamoSdkCommand<TInput, TOutput>): Promise<TOutput>

Sends one DynamoDB command to the configured AWS endpoint.

destroy(): void

Releases resources owned by the AWS SDK client.

Usage

import { type DynamoSdkClient } from "database-plugin/src/index.ts";