Skip to content

Commit 2aa7da8

Browse files
Add endpoint for Resource Access Manager (#49)
1 parent 1e1a434 commit 2aa7da8

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+
* v2.4: Add endpoint config for Resource Access Manager
34
* v2.3: Add endpoint config for Amazon EventBridge Scheduler
45
* v2.2: Add endpoint configs for `emr-serverless` and a few other services
56
* v2.1: Consider `AWS_ENDPOINT_URL` configuration when resolving service endpoints

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"route53domains": 4566,
121121
"keyspaces": 4566,
122122
"scheduler": 4566,
123+
"ram": 4566,
123124
}
124125

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

0 commit comments

Comments
 (0)