Jack Lam

Results 2 issues of Jack Lam

### Proposal ##### require dependency directly from databases instead of use `Store.use` For example: `aws = require('aws-sdk`); instead of [aws = Store.use('aws-sdk');](https://github.com/adrai/node-eventstore/blob/master/lib/databases/dynamodb.js#L5) I propose this idea because I have some...

Hi @adrai I'm using dynamodb. I can save events by the `commit` method but then I call `commit` for a exists stream then I got this error *The conditional request...