Skip to content

Commit 29dc369

Browse files
authored
docs: remove KinesisAnalytics and any mention of legacy providers (#283)
1 parent f0847f3 commit 29dc369

File tree

6 files changed

+0
-125
lines changed

6 files changed

+0
-125
lines changed

src/content/docs/aws/capabilities/config/configuration.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,6 @@ Please consult the [migration guide](/aws/services/lambda#migrating-to-lambda-v2
291291
| - | - | - |
292292
| `REDIS_CONTAINER_MODE` | `1`\|`0` (default) | Start MemoryDB cluster nodes in separate containers instead of in the LocalStack container |
293293

294-
### MSF
295-
296-
| Variable | Example Values | Description |
297-
| - | - | - |
298-
| `PROVIDER_OVERRIDE_KINESISANALYTICSV2` | `legacy` | Use the older mock Kinesis Analytics provider. |
299-
300294
### MWAA
301295

302296
| Variable | Example Values | Description |

src/content/docs/aws/integrations/infrastructure-as-code/pulumi.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ config:
313313
- kendra: http://localhost:4566
314314
- keyspaces: http://localhost:4566
315315
- kinesis: http://localhost:4566
316-
- kinesisanalytics: http://localhost:4566
317316
- kinesisanalyticsv2: http://localhost:4566
318317
- kinesisvideo: http://localhost:4566
319318
- kms: http://localhost:4566

src/content/docs/aws/licensing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ To learn more about how a service behaves in LocalStack, refer to that individua
6464
| [](https://docs.localstack.cloud/references/coverage/coverage_redshift-data/)[Amazon Redshift Data API](https://docs.localstack.cloud/references/coverage/coverage_redshift-data/) |||||
6565
| [](https://docs.localstack.cloud/references/coverage/coverage_lakeformation/)[AWS Lake Formation](https://docs.localstack.cloud/references/coverage/coverage_lakeformation/) ||||
6666
| [](https://docs.localstack.cloud/user-guide/aws/msk/)[Amazon Managed Streaming for Apache Kafka](https://docs.localstack.cloud/user-guide/aws/msk/) |||||
67-
| [](https://docs.localstack.cloud/user-guide/aws/kinesisanalytics/)[Amazon Kinesis Data Analytics](https://docs.localstack.cloud/user-guide/aws/kinesisanalytics/) |||||
6867
| [](https://docs.localstack.cloud/user-guide/aws/kinesisanalyticsv2/)[Amazon Managed Service for Apache Flink](https://docs.localstack.cloud/user-guide/aws/kinesisanalyticsv2/) |||||
6968
| Application Integration | | | | |
7069
| [](https://docs.localstack.cloud/user-guide/aws/swf/)[Amazon Simple Workflow Service (SWF)](https://docs.localstack.cloud/user-guide/aws/swf/) |||||
@@ -248,7 +247,6 @@ For any subscription or access-related questions, please reach out to Support.
248247
| [](https://docs.localstack.cloud/references/coverage/coverage_redshift-data/)[Amazon Redshift Data API](https://docs.localstack.cloud/references/coverage/coverage_redshift-data/) ||||
249248
| [](https://docs.localstack.cloud/references/coverage/coverage_lakeformation/)[AWS Lake Formation](https://docs.localstack.cloud/references/coverage/coverage_lakeformation/) |||||
250249
| [](https://docs.localstack.cloud/user-guide/aws/msk/)[Amazon Managed Streaming for Apache Kafka](https://docs.localstack.cloud/user-guide/aws/msk/) ||||
251-
| [](https://docs.localstack.cloud/user-guide/aws/kinesisanalytics/)[Amazon Kinesis Data Analytics](https://docs.localstack.cloud/user-guide/aws/kinesisanalytics/) ||||
252250
| [](https://docs.localstack.cloud/user-guide/aws/kinesisanalyticsv2/)[Amazon Managed Service for Apache Flink](https://docs.localstack.cloud/user-guide/aws/kinesisanalyticsv2/) ||||
253251
| Application Integration | | | |
254252
| [](https://docs.localstack.cloud/user-guide/aws/swf/)[Amazon Simple Workflow Service (SWF)](https://docs.localstack.cloud/user-guide/aws/swf/) ||||

src/content/docs/aws/services/cloudformation.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,6 @@ When utilizing the Community image, any resources within the stack that are not
433433
| AWS::IoTAnalytics::Dataset ||| - |
434434
| AWS::IoTAnalytics::Datastore ||| - |
435435
| AWS::IoTAnalytics::Pipeline ||| - |
436-
| AWS::KinesisAnalytics::Application ||| - |
437-
| AWS::KinesisAnalytics::ApplicationOutput ||| - |
438436
| AWS::MSK::Cluster ||| - |
439437
| AWS::Neptune::DBCluster ||| - |
440438
| AWS::Neptune::DBClusterParameterGroup ||| - |

src/content/docs/aws/services/kinesisanalytics.mdx

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/content/docs/aws/services/kinesisanalyticsv2.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ LocalStack lets you to run Flink applications locally and implements several [AW
2121
A separate Apache Flink cluster is started in [application mode](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/overview/#application-mode) for every Managed Flink application created.
2222
Flink cluster deployment on LocalStack consists of two separate containers for [JobManager](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/concepts/flink-architecture/#jobmanager) and [TaskManager](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/concepts/flink-architecture/#taskmanagers).
2323

24-
:::note
25-
The emulated MSF provider was introduced and made the default in LocalStack v4.1.
26-
27-
If you wish to use the older mock provider, you can set `PROVIDER_OVERRIDE_KINESISANALYTICSV2=legacy`.
28-
:::
29-
3024
## Getting Started
3125

3226
This guide builds a demo Flink application and deploys it to LocalStack.

0 commit comments

Comments
 (0)