method DynamoAdapter.prototype.disconnect
DynamoAdapter.prototype.disconnect(): Promise<void>

Destroys the client the adapter constructed and releases it. An injected client is released without destroy(): it belongs to the application, which may reuse it.

Return Type

Promise<void>

Usage

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