Top "Amazon-kinesis" questions

Amazon Kinesis is a fully managed service for real-time processing of streaming data at massive scale.

Why should I use Amazon Kinesis and not SNS-SQS?

I have a use case where there will be stream of data coming and I cannot consume it at the …

amazon-web-services amazon-sqs amazon-kinesis
Application report for application_ (state: ACCEPTED) never ends for Spark Submit (with Spark 1.2.0 on YARN)

I am running kinesis plus spark application https://spark.apache.org/docs/1.2.0/streaming-kinesis-integration.html I am running as below command …

apache-spark yarn amazon-emr amazon-kinesis
How to pause / resume a aws lambda function

For example I have lambda functions that consume messages from a KinesisStream. How do stop and resume the function so …

amazon-web-services amazon-dynamodb aws-lambda amazon-kinesis
multiple consumers per kinesis shard

I read you can have multiple consumer apps per kinesis stream. http://docs.aws.amazon.com/kinesis/latest/dev/developing-consumers-with-kcl.…

sharding consumer amazon-kinesis
What is partition key in AWS Kinesis all about?

I was reading about AWS Kinesis. In the following program, I write data into the stream named TestStream. I ran …

node.js amazon-web-services stream amazon-kinesis
Amazon Kinesis & AWS Lambda Retries

I'm very new to Amazon Kinesis so maybe this is just a problem in my understanding but in the AWS …

amazon-web-services aws-lambda amazon-kinesis
Can I delete data records or shards from amazon Kinesis without deleting stream?

I know data records in Kinesis Stream will be deleted automatically in 24 hrs. But in my application when ever I …

java amazon-web-services amazon-kinesis
TRIM_HORIZON vs LATEST

I can't find in the formal documentation of AWS Kinesis any explicit reference between TRIM_HORIZON and the checkpoint, and …

amazon-web-services aws-sdk amazon-kinesis amazon-kcl
Amazon Kinesis and guaranteed ordering

Amazon claims their Kinesis streaming product guarantees record ordering. It provides ordering of records, as well as the ability to …

amazon-web-services amazon amazon-kinesis
AWS Lambda can't connect to RDS instance, but I can locally?

I am trying to connect to my RDS instance from a lambda. I wrote the lambda locally and tested locally, …

javascript amazon-web-services amazon-rds aws-lambda amazon-kinesis