Skip to content

Commit 3304193

Browse files
Add support for AWS Transcribe (#39)
1 parent 92229c0 commit 3304193

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.37: Add endpoint for Amazon Transcribe
34
* v1.36: Add endpoints for Fault Injection Service (FIS) and Marketplace Metering
45
* v1.35: Add endpoint for Amazon Managed Workflows for Apache Airflow (MWAA)
56
* v1.33: Patch botocore to skip adding `data-` host prefixes to endpoint URLs; remove six dependency

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
'mwaa': '{proto}://{host}:4642',
112112
'fis': '{proto}://{host}:4643',
113113
'meteringmarketplace': '{proto}://{host}:4644',
114+
'transcribe': '{proto}://{host}:4566',
114115
}
115116

116117
# 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.36
3+
version = 1.37
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)