Skip to content

Commit c2c102f

Browse files
authored
add endpoint for OpenSearch (#33)
1 parent 9feddf3 commit c2c102f

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.29: Add endpoint for OpenSearch
7778
* v1.28: Add endpoint for Route53Resolver
7879
* v1.27: Add endpoint for SESv2
7980
* v1.25: Remove mapping for deprecated/disabled Web UI on port 8080

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
'dynamodb': '{proto}://{host}:4569',
1616
'dynamodbstreams': '{proto}://{host}:4570',
1717
'elasticsearch': '{proto}://{host}:4571',
18+
'opensearch': '{proto}://{host}:4571',
1819
's3': '{proto}://{host}:4572',
1920
'firehose': '{proto}://{host}:4573',
2021
'lambda': '{proto}://{host}:4574',

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

0 commit comments

Comments
 (0)