Here's a video I've wanted to do for a while...a Kinesis. This is an example of an Amazon Kinesis Analytics program (where SQL queries are being conducted on data being streamed). Here's a good reference for your initial app (BE CAREFUL, A RUNNING KINESIS ANALYTICS APP COSTS A DECENT AMOUNT):
https://docs.aws.amazon.com/kinesisan...
If you'd like to follow along with the program I created in the video, here are the files as well as a bonus (boto3-Kinesis client exploratory program).
https://markcodebucket.s3-us-west-1.a...
https://markcodebucket.s3-us-west-1.a...
BONUS (not in video):
Boto3 Kinesis Client
https://markcodebucket.s3-us-west-1.a...
Follow Up:
Add Kinesis Analytic SQL output to a Destination, in this case S3 (via Firehose)
• Kinesis Analytics --- Send Results to Dest...