Questions tagged with Amazon Kinesis

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hello, I am getting below exception when two glue jobs consumes same stream. The Stream has multiple shards. com.amazonaws.services.kinesis.model.ProvisionedThroughputExceededException: Rate exceeded...
1
answers
0
votes
1644
views
Asmita
asked 6 months ago
While trying to get the data end point we are getting an error like `TypeError: Cannot read property 'apply' of undefined` Please find the code block and versions of the packages used below ``` const...
1
answers
0
votes
5474
views
asked 6 months ago
Hello all, I am currently trying to set up WebRTC streaming with my Raspberry Pi Zero 2 W. WebRTC streaming setup is done and able to view over the mobile device with aws kinesis js-sdk. I need to...
2
answers
0
votes
4841
views
asked 6 months ago
Dear friends, Do you know where I can find one or many tutorial about creating a stream processor to detect labels. I search some example to set an app like this : source video live from kinesis...
1
answers
0
votes
458
views
strapp
asked 7 months ago
I am using a lambda to perform some transformation on records buffered into a kinesis stream. This is my lambda (data is ingested in Gzip): ``` ef lambda_handler(event, context): output = [] ...
1
answers
0
votes
699
views
profile picture
asked 7 months ago
Hi there, I am trying to establish ETL processing from our existing AWS Kinesis data stream to snowflake. We are currently using KCL which is extremely difficult to maintain as we do not have the...
1
answers
0
votes
1750
views
asked 7 months ago
Which service among AWS DMS, AWS Glue and AWS Kinesis is cheap and efficient for replication of large amount data between two AWS account? My main focus is to lower the cost for replication of...
2
answers
0
votes
727
views
asked 7 months ago
Hi, We have a scenario where we want to send a JSON object that contains a nested list of records into Kinesis Firehose from an IoT Core rule, and have this list split into multiple records, with...
1
answers
0
votes
1054
views
cgddrd
asked 7 months ago
I'm designing a system that will listen to over 1000 streams (1 for each device), and should be able to process the streamed data to take action when needed. I need the processing and taking action to...
1
answers
0
votes
2864
views
rdvc
asked 7 months ago
Dear friends, I meet an issue to provide a RTSP video stream - I use a raspberry pi as producer. I don't use cert through Iot configuration. The video stream works if I use my webcam (/dev/video0)...
1
answers
0
votes
4090
views
strapp
asked 7 months ago
In a Glue streaming job, is it possible read from Multiple Kinesis sources in my spark script? something like: ``` streams = ["streamA", "streamB"] for stream in streams: ...
Accepted AnswerAWS GlueAmazon Kinesis
3
answers
0
votes
772
views
YK
asked 8 months ago
I want to store the schema for Avro formatted messages in Glue schema registry, and I want to use this schema when reading records from Kinesis data stream. Currently, for reading records from the...
Accepted AnswerAWS GlueAmazon Kinesis
1
answers
0
votes
771
views
YK
asked 8 months ago