What is the best recommended pattern to maintain a transaction log history from a dynamoDB stream?( I need to save the transaction logs of the dynamodb table for further processing to implement something similar to the transaction log tailing pattern in microservice architecture.)
Thanks in advance for your suggestions!