How to Use BinLogs to Make an Aurora MySQL Event Stream
Aurora MySQL doesn’t offer a change data capture stream similar to DynamoDB Streams. In this post we’re going to make one anyways by using the built-in MySQL BinLog file(s) and a scheduled lambda to parse it. We'll store this data in S3 where it co...
Oct 3, 202215 min read2.5K
