-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Is your feature request related to a problem? Please describe.
I want to use AWS DynamoDB as a storage for the Event Store. I want to use it since it's quite native to AWS-based infrastructure and provides a convenient pay-as-you-go pricing model.
Describe the solution you'd like
Create one more backend, which supports AWS DynamoDB.
Describe alternatives you've considered
Don't use Event Store (not a case for me). Don't use AWS DynamoDB (not a case for me too).
Additional context
I completely understand that you don't have enough capacity for implementing it yourself. So I am ready to contribute it. The only limitation I see for now is that library's API is under complete redesign. Do you have any ETA, when you can release 0.5.0 version?
Thanks in advance!