UNPKG

@webiny/api-page-builder-so-ddb

Version:

The DynamoDB storage operations Webiny Page Builder API.

23 lines (21 loc) 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createPrimaryPK = exports.createGSI1PK = void 0; const createPrimaryPK = ({ id, tenant, locale }) => { return `T#${tenant}#L#${locale}#PB#TEMPLATE#${id}`; }; exports.createPrimaryPK = createPrimaryPK; const createGSI1PK = ({ tenant, locale }) => { return `T#${tenant}#L#${locale}#PB#TEMPLATES`; }; exports.createGSI1PK = createGSI1PK; //# sourceMappingURL=keys.js.map