hebo-event-repository-dynamodb
v2.0.0
Published
Event Repository implementation for hebo-js that uses AWS DynamoDb
Downloads
4
Maintainers
Readme
hebo-event-repository-dynamodb
Event Repository implementation for hebo-js that uses AWS DynamoDb
Table of Contents
Install
npm:
npm install hebo-event-repository-dynamodb
yarn:
yarn add hebo-event-repository-dynamodb
Usage
const HeboEventRepositoryDynamodb = require('hebo-event-repository-dynamodb');
const heboEventRepositoryDynamodb = new HeboEventRepositoryDynamodb();
console.log(heboEventRepositoryDynamodb.renderName());
// script
Contributors
| Name | | ------------------ | | Steve Caldwell |
License
MIT © Steve Caldwell