function createLazyDynamoLoader
Since 0.1.0
createLazyDynamoLoader(configuration: DynamoClientConfiguration): DynamoClientLoader

Creates the lazy DynamoDB SDK loader.

The literal import is deliberately inside load(): an application that injects a client never resolves or imports the optional AWS SDK.

Parameters

Settings passed to the native DynamoDBClient

Return Type

A loader that imports and adapts the AWS SDK when used

Usage

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