Transaction Log from DynamoDB Streams

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!

I can’t find the post on mobile, but recently they posted about a change they made to dynamo partitions which is supposed to help with the hotspots. I’m sure they still exist to some extent but not as bad as they were a few years ago.
Kodi nox