DynamoSdkClient.send<TInput, TOutput>(command: DynamoSdkCommand<TInput, TOutput>): Promise<TOutput>
Sends one DynamoDB command to the configured AWS endpoint.
command: DynamoSdkCommand<TInput, TOutput>
Promise<TOutput>
DynamoSdkClient.send<TInput, TOutput>(command: DynamoSdkCommand<TInput, TOutput>): Promise<TOutput>
Sends one DynamoDB command to the configured AWS endpoint.
command: DynamoSdkCommand<TInput, TOutput>
Promise<TOutput>
import { type DynamoSdkClient } from "database-plugin/src/index.ts";