UNPKG

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

Version:

The DynamoDB storage operations Webiny Page Builder API.

10 lines (9 loc) 285 B
export interface PartitionKeyParams { tenant: string; locale: string; } export declare const createPartitionKey: (params: PartitionKeyParams) => string; export interface SortKeyParams { slug: string; } export declare const createSortKey: (params: SortKeyParams) => string;