Click here to Skip to main content
15,885,216 members
Articles / Hosted Services / AWS

Sending Data to Kinesis Firehose Using Python

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Mar 2020CPOL5 min read 13.6K  
In this tutorial, you create a simple Python client that sends records to an AWS Kinesis Firehose stream.
In this tutorial, you write a simple Python client that sends data to the stream created in the last tutorial. Specifically, you use the put-record and put-record-batch functions to send individual records and then batched records respectively.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Brannan Technical Solutions LLC
United States United States
I have worked in IT for over twenty years and truly enjoy development. Architecture and writing is fun as is instructing others. My primary interests are Amazon Web Services, JEE/Spring Stack, SOA, and writing. I have a Masters of Science in Computer Science from Hood College in Frederick, Maryland.

Comments and Discussions