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 createModelEntity = params => { const { table, entityName } = params; return createStandardEntity({ table: table.table, name: entityName }); }; //# sourceMappingURL=model.js.map