dynamodb-toolbox
Version:
A simple set of tools for working with Amazon DynamoDB and the DocumentClient.
8 lines (7 loc) • 338 B
TypeScript
/**
* DynamoDB Toolbox: A simple set of tools for working with Amazon DynamoDB
* @author Jeremy Daly <jeremy@jeremydaly.com>
* @license MIT
*/
declare const _default: () => (schema: any, linked: any, data: any, filter?: boolean, throwOnMissingNonPartitionRequiredProperties?: boolean) => Record<string, any>;
export default _default;