Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Consuming AWS Kinesis Stream using node.js

I am looking to consume a AWS Kinesis Stream using Node.js. Can someone provide with working samples.

like image 782
user2418542 Avatar asked Dec 09 '25 11:12

user2418542


1 Answers

Firstly i would suggest you to go through the Kinesis documentation for reading data from Kinesis stream. Here is a link.

To consume a kinesis stream you can make use of Kinesis Client Library(KCL) for nodejs. Here is a link for that.

You can find examples code in the above link. Refer basic-sample github repo.

like image 144
Manoj Avatar answered Dec 11 '25 04:12

Manoj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!