Dynamo Store
The DynamoStore provides an easy way to execute requests to a single table.
import { DynamoStore } from '@shiftcoders/dynamo-easy'
import { Person } from './models'
const personStore = new DynamoStore(Person)
Last updated
Was this helpful?