Skip to content

Commit 92229c0

Browse files
committed
add endpoints for Fault Injection Service (FIS) and Marketplace Metering
1 parent 4de1648 commit 92229c0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-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.36: Add endpoints for Fault Injection Service (FIS) and Marketplace Metering
34
* v1.35: Add endpoint for Amazon Managed Workflows for Apache Airflow (MWAA)
45
* v1.33: Patch botocore to skip adding `data-` host prefixes to endpoint URLs; remove six dependency
56
* v1.32: Add endpoint for KinesisAnalyticsV2

localstack_client/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@
109109
'config': '{proto}://{host}:4641',
110110
'configservice': '{proto}://{host}:4641',
111111
'mwaa': '{proto}://{host}:4642',
112+
'fis': '{proto}://{host}:4643',
113+
'meteringmarketplace': '{proto}://{host}:4644',
112114
}
113115

114116
# TODO remove service port mapping above entirely

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.35
3+
version = 1.36
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)