Skip to content

Commit 9feddf3

Browse files
committed
add endpoint for Route53Resolver
1 parent ff63a15 commit 9feddf3

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

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

7575
## Changelog
7676

77+
* v1.28: Add endpoint for Route53Resolver
7778
* v1.27: Add endpoint for SESv2
7879
* v1.25: Remove mapping for deprecated/disabled Web UI on port 8080
7980
* v1.24: Add endpoints for Config Service

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'ses': '{proto}://{host}:4579',
2727
'sesv2': '{proto}://{host}:4579',
2828
'route53': '{proto}://{host}:4580',
29+
'route53resolver': '{proto}://{host}:4580',
2930
'cloudformation': '{proto}://{host}:4581',
3031
'cloudwatch': '{proto}://{host}:4582',
3132
'ssm': '{proto}://{host}:4583',

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.27',
9+
version='1.28',
1010
description='A lightweight Python client for LocalStack.',
1111
author='LocalStack Team',
1212
author_email='info@localstack.cloud',

0 commit comments

Comments
 (0)