-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding dynamodb implementation for domain and viewmodel #97
Comments
cqrs-domain already uses the newest evenstore dependency (incl. dynamodb). |
@yacut the aggregateLock and viewmodel support dynamodb now. Please have a look and feed back to me if you found anything issue. Thanks. |
@emmkong I'm currently implementing the package using DynamoDB as an endpoint. So far it seems to be working alright, however when initializing the DocumentClient the configuration values are not correctly passed. I've created PRs for each package which should fix this. Thank you and thank you @yacut for your effort on this! |
@Glockenbeat all merged ;-) |
Thanks a lot for the quick merge! |
Hallo.
The eventstore package has support for DynamoDB one year already (thenativeweb/node-eventstore#75).
Is it possible to add DynamoDB to domain and viewmodel packages?
The text was updated successfully, but these errors were encountered: