Skip to content

Commit 0d92805

Browse files
committed
add endpoint for KinesisAnalyticsV2
1 parent 7a5a3c0 commit 0d92805

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# LocalStack Python Client Change Log
22

3+
* v1.32: Add endpoint for KinesisAnalyticsV2
34
* v1.31: Revert mapping for OpenSearch (drop support for `OPENSEARCH_ENDPOINT_STRATEGY=off`)
45
* v1.30: Allow legacy port handling for OpenSearch (to support `OPENSEARCH_ENDPOINT_STRATEGY=off`)
56
* v1.29: Add endpoint for OpenSearch

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
'acm': '{proto}://{host}:4619',
8080
'codecommit': '{proto}://{host}:4620',
8181
'kinesisanalytics': '{proto}://{host}:4621',
82+
'kinesisanalyticsv2': '{proto}://{host}:4621',
8283
'amplify': '{proto}://{host}:4622',
8384
'application-autoscaling': '{proto}://{host}:4623',
8485
'kafka': '{proto}://{host}:4624',

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-client
3-
version = 1.31
3+
version = 1.32
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)