UNPKG

@webiny/api-headless-cms-ddb-es

Version:

DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.

13 lines (12 loc) 275 B
import { createStandardEntity } from "@webiny/db-dynamodb"; export const createEntryEntity = params => { const { table, entityName } = params; return createStandardEntity({ name: entityName, table: table.table }); }; //# sourceMappingURL=entry.js.map