Top "Amazon-kinesis" questions

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

Amazon KCL Checkpoints and Trim Horizon

How are checkpoints and trimming related in AWS KCL library? The documentation page Handling Startup, Shutdown, and Throttling says: By …

amazon-web-services amazon-kinesis amazon-kcl
Difference between Kinesis Stream and DynamoDB streams

They seem to be doing the same thing to me. Can anyone explain to me the difference?

amazon-kinesis amazon-dynamodb-streams
Writing to Kinesis stream using AWS Lambda Function

Can we create a Lambda function like which can get executed when we write a record to Dynamo DB table &…

amazon-web-services amazon-dynamodb amazon-kinesis aws-lambda
How to store Kinesis stream to S3 storage in specific folder structure within S3 bucket

I have event captured by Kinesis Stream.I want to put all events on specific folder structure on S3. I …

amazon-s3 amazon-kinesis
Pushing AWS Lambda data to Kinesis Stream

Is there are way to push data from a Lambda function to a Kinesis stream? I have searched the internet …

amazon-web-services aws-lambda amazon-kinesis
put_records() only accepts keyword arguments in Kinesis boto3 Python API

from __future__ import print_function # Python 2/3 compatibility import boto3 import json import decimal #kinesis = boto3.resource('kinesis', region_name='eu-west-1…

python amazon-web-services boto3 amazon-kinesis
How to put data from server to Kinesis Stream

I am new to Kinesis. Reading out the documentation i found i can create the Kinesis Stream to get data …

java amazon-web-services rabbitmq amazon-kinesis
Reading the data written to s3 by Amazon Kinesis Firehose stream

I am writing record to Kinesis Firehose stream that is eventually written to a S3 file by Amazon Kinesis Firehose. …

json amazon-s3 amazon-kinesis amazon-kinesis-firehose
How to decide total number of partition keys in AWS kinesis stream?

In a producer-consumer web application, what should be the thought process to create a partition key for a kinesis stream …

amazon-kinesis
Amazon Kinesis + Integration Tests

I'm currently working on a series of web-services which we need to integrate with Kinesis - the implementation has been …

java spring spring-boot integration-testing amazon-kinesis