method DynamoAdapter.prototype.createDataSource
DynamoAdapter.prototype.createDataSource(entity: string): IDataSource

Returns a data source for the named entity's table. @inheritdoc

Parameters

entity: string

Return Type

Usage

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