UNPKG

dynamodb-toolbox

Version:

A simple set of tools for working with Amazon DynamoDB and the DocumentClient.

4 lines (3 loc) 121 B
import Table from './classes/Table/Table.js'; import Entity from './classes/Entity/Entity.js'; export { Table, Entity };