Skip to content

Commit 73ff09d

Browse files
committed
add new service endpoints
1 parent ab95f9f commit 73ff09d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ make test
6464

6565
## Changelog
6666

67+
* v1.5: Add endpoint for AWS Application Autoscaling, Kafka (MSK)
6768
* v1.4: Configure USE_LEGACY_PORTS=0 by default to accommodate upstream changes
6869
* v1.2: Add endpoint for AWS Amplify
6970
* v1.1: Add USE_LEGACY_PORTS config to disable using legacy ports

localstack_client/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
'acm': '{proto}://{host}:4619',
7575
'codecommit': '{proto}://{host}:4620',
7676
'kinesisanalytics': '{proto}://{host}:4621',
77-
'amplify': '{proto}://{host}:4622'
77+
'amplify': '{proto}://{host}:4622',
78+
'application-autoscaling': '{proto}://{host}:4623',
79+
'kafka': '{proto}://{host}:4624'
7880
}
7981

8082
# TODO remove service port mapping above entirely

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='localstack-client',
9-
version='1.4',
9+
version='1.6',
1010
description='A lightweight Python client for LocalStack.',
1111
author='Waldemar Hummer',
1212
author_email='waldemar.hummer@gmail.com',

0 commit comments

Comments
 (0)