thenativeweb / node-cqrs-eventdenormalizer

Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.
http://cqrs.js.org/pages/eventdenormalizer.html
MIT License
38 stars 27 forks source link

dynamodb revisionGuardStore implementation #58

Closed emmkong closed 7 years ago

nanov commented 7 years ago

I'm pretty sure "aws-sdk" should be in devDependencies section, as well as this line should be :

aws = Store.use('aws-sdk');

in order to not make it hard dependency.

adrai commented 7 years ago

@emmkong seen the comments?

emmkong commented 7 years ago

@adrai @nanov , thanks for pointing this out. I have updated the files as per suggested. Please have a look. Thanks