2.0.0 • Published 5 years ago

hebo-event-repository-dynamodb v2.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
5 years ago

hebo-event-repository-dynamodb

build status code coverage code style styled with prettier made with lass license

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