agusnavce
10/5/2018 - 12:39 PM

Customer.js

const { DynamoDBCRI } = require('dynamodb-cri');

const Customer = new DynamoDBCRI.Model({
  entity: 'customer',
  gsik: 'name',
  trackDates: true
});

exports = module.exports = Customer;