UNPKG

@setho/dynamodb-repository

Version:

DynamoDB repository for hash-key and hash-key/range indexed tables. Designed for Lambda use. Handles nice-to-haves like created and updated timestamps and default id creation.

4 lines (3 loc) 166 B
import { ConstructorArgs } from './types'; declare const keyValueRepoConstructor: (constructorArgs: ConstructorArgs) => void; export default keyValueRepoConstructor;