interface DynamoClientConfiguration
Since 0.1.0

AWS client construction settings consumed by the lazy SDK arm.

credentials remains opaque because the AWS SDK also accepts a credential provider function; it crosses this dependency boundary unchanged.

Properties

readonly
optional
region: string

The AWS region supplied to DynamoDBClient.

readonly
optional
endpoint: string

An optional custom endpoint, such as DynamoDB Local.

readonly
optional
credentials: unknown

AWS credentials or an SDK-supported credential provider.

Usage

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