Reading AWS Kinesis Data Stream messages from the console
Suppose we want to read AWS Kinesis Data Stream messages from the console. We can make it happen, as long as we have AWS CLI installed and configured. Get main stream information: Get stream shard list: For intance, we want to read shardId-000000000000. We should get shard iterator for the beginning of the stream for […]
READ MORE