You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...it does not include an Akka Persistence Query plugin.
It would be good to reference the DynamoDB Streams documentation as an alternative to Akka Persistence Query to treat the event log as a stream for downstream services to consume.
Mentioning some tactics on how to capture the stream using either AWS Lambda or the KCL combined with the DynamoDB Streams Adapter would also be useful. See here:
Of course, these options would only be viable if the end-user implements custom serialization of their events (choosing JSON or something with an IDL like Protobufs).
I would be happy to add this into the README if considered appropriate 😄