Skip to content

Commit 08eb3e6

Browse files
committed
add endpoint/alias for configservice
1 parent a84823f commit 08eb3e6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
'waf': '{proto}://{host}:4640',
102102
'wafv2': '{proto}://{host}:4640',
103103
'config': '{proto}://{host}:4641',
104+
'configservice': '{proto}://{host}:4641',
104105
}
105106

106107
# 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.25',
9+
version='1.26',
1010
description='A lightweight Python client for LocalStack.',
1111
author='Waldemar Hummer',
1212
author_email='waldemar.hummer@gmail.com',

0 commit comments

Comments
 (0)