Skip to content

Commit f1e538a

Browse files
authored
add endpoint for Amazon MQ service (#42)
1 parent 6972c42 commit f1e538a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# LocalStack Python Client Change Log
22

3+
* v1.39: Add endpoint for Amazon MQ
34
* v1.38: Add `enable_local_endpoints()` util function; slight project refactoring, migrate from `nose` to `pytests`
45
* v1.37: Add endpoint for Amazon Transcribe
56
* v1.36: Add endpoints for Fault Injection Service (FIS) and Marketplace Metering

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"fis": "{proto}://{host}:4643",
115115
"meteringmarketplace": "{proto}://{host}:4644",
116116
"transcribe": "{proto}://{host}:4566",
117+
"mq": "{proto}://{host}:4566"
117118
}
118119

119120
# TODO remove service port mapping above entirely

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-client
3-
version = 1.38
3+
version = 1.39
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)