Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 7d8a853

Browse files
Kinesis: Fix name (#1601)
1 parent 088ca19 commit 7d8a853

File tree

1 file changed

+9
-11
lines changed
  • content/en/user-guide/aws/kinesis

1 file changed

+9
-11
lines changed

content/en/user-guide/aws/kinesis/index.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
---
2-
title: "Kinesis"
3-
linkTitle: "Kinesis"
4-
description: Get started with Kinesis on LocalStack
2+
title: "Kinesis Data Streams"
3+
linkTitle: "Kinesis Data Streams"
4+
description: Get started with Kinesis Data Streams on LocalStack
55
persistence: supported
66

77
---
88

99
## Introduction
1010

11-
Kinesis is a platform provided by Amazon Web Services (AWS) that enables your application to ingest, buffer, and process data in real-time.
12-
Kinesis is suitable for applications that require processing and deriving insights from data streams such as logs, metrics, user interactions, and IoT sensor readings.
13-
Kinesis offers three main services: Kinesis Data Streams, Kinesis Data Firehose, and Kinesis Data Analytics.
14-
In this page, we take a look at Kinesis Data Streams which allows you to capture and store real-time data streams.
11+
Kinesis Data Streams is an AWS service for ingesting, buffering, and processing data in high throughput data streams.
12+
It is used for applications that require real-time processing and deriving insights from data streams such as logs, metrics, user interactions, and sensor readings.
1513

16-
LocalStack allows you to use the Kinesis APIs in your local environment from setting up data streams and configuring data processing to building real-time analytics applications.
17-
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_kinesis/), which provides information on the extent of Kinesis's integration with LocalStack.
14+
LocalStack allows you to use the Kinesis Data Streams APIs in your local environment from setting up data streams and configuring data processing to building real-time applications.
15+
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_kinesis/).
1816

1917
## Getting started
2018

21-
This guide is designed for users new to Kinesis and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script.
19+
This guide is designed for users new to Kinesis Data Streams and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script.
2220

2321
Start your LocalStack container using your preferred method.
2422
We will demonstrate how to create a Lambda function to consume events from a Kinesis stream with the AWS CLI.
@@ -204,7 +202,7 @@ The following code snippets and sample applications provide practical examples o
204202
- [Search application with Lambda, Kinesis, Firehose, ElasticSearch, S3](https://github.com/localstack/sample-fuzzy-movie-search-lambda-kinesis-elasticsearch)
205203
- [Streaming Data Pipeline with Kinesis, Tinybird, CloudWatch, Lambda](https://github.com/localstack/serverless-streaming-data-pipeline)
206204

207-
## Current Limitations
205+
## Limitations
208206

209207
In multi-account setups, each AWS account launches a separate instance of Kinesis Mock, which is very resource intensive when a large number of AWS accounts are used.
210208
An [open Kinesis Mock issue](https://github.com/etspaceman/kinesis-mock/issues/377) is being used to keep track of this feature.

0 commit comments

Comments
 (0)