We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84823f commit 08eb3e6Copy full SHA for 08eb3e6
2 files changed
localstack_client/config.py
@@ -101,6 +101,7 @@
101
'waf': '{proto}://{host}:4640',
102
'wafv2': '{proto}://{host}:4640',
103
'config': '{proto}://{host}:4641',
104
+ 'configservice': '{proto}://{host}:4641',
105
}
106
107
# TODO remove service port mapping above entirely
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='localstack-client',
9
- version='1.25',
+ version='1.26',
10
description='A lightweight Python client for LocalStack.',
11
author='Waldemar Hummer',
12
author_email='waldemar.hummer@gmail.com',
0 commit comments