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.

2 lines (1 loc) 74 B
export { default as KeyValueRepository } from './lib/keyValueRepository';