interface DynamoClientLoader

The deferred client-resolution seam used by the adapter lifecycle.

Methods

load(): Promise<IDynamoClient>

Resolves a client without forcing the injected arm through an SDK import.

Usage

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