I did search existing topics, but did not see answers to my questions.
I am a little confused on this topic, we are using Amazon as our host. I was looking at using sns, sqs, dyanmodb, and rds to setup event sourcing with projections. I am trying to figure out if I was to use Event Store, would I still use some of these aws services? Is there somewhere in the docs that explains what ES uses to store events, projections, queue and notify. I tried to find this in my first pass at the docs. I would much rather use something proven and tried, but not sure where to go from here.
Also using event store, does it offer simplified snap-shotting, replaying events to rebuild a projection? I am trying to find a list of the features that using Event Store will offer over rolling my own using aws. I was also reading about a new feature in aws called Dynamo Event Streams (I think it is) that does notifications of any commands.
Anyway links or input is appreciated. Thank you.