Relative Content

Tag Archive for amazon-web-servicesamazon-kinesisaws-dms

How to put changes from AWS DMS into specific shard in AWS KINESIS

I have a database, which has 40 tables and I am using AWS DMS to fetch the data changes from those tables and push into AWS KINESIS stream which has 2 shards in it and eventually, my two consumer applications will read the data from the Kinesis and update the respective databases with the help of custom logic.