Adriano Raiano
Adriano Raiano
May I ask what your use case is?
In theory yes
But it's a hack and I would not recommend it
You could try to set modelInitValues before handling a command... something like require('./myaggr').modelInitValues = {};
I do it always, like the integrationTests: send a couple of commands...
cqrs-domain already uses the newest evenstore dependency (incl. dynamodb). But perhaps there is a need for [bumper](https://github.com/adrai/node-cqrs-domain/tree/master/lib/bumper/databases) and [aggregateLock](https://github.com/adrai/node-cqrs-domain/tree/master/lib/lock/databases) to have a dynamodb implementation too? And [viewmodel](https://github.com/adrai/node-viewmodel/tree/master/lib/databases) has no dynamodb...
@Glockenbeat all merged ;-)
Sorry, I don't know what you mean :-( What do you mean with key?
sorry this is a mongodb issue :-(
Are you using eventstore only or in combination with cqrs-domain?