Skip to content

Commit

Permalink
Add endpoint for Resource Access Manager (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni authored Sep 19, 2023
1 parent 1e1a434 commit 2aa7da8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# LocalStack Python Client Change Log

* v2.4: Add endpoint config for Resource Access Manager
* v2.3: Add endpoint config for Amazon EventBridge Scheduler
* v2.2: Add endpoint configs for `emr-serverless` and a few other services
* v2.1: Consider `AWS_ENDPOINT_URL` configuration when resolving service endpoints
Expand Down
1 change: 1 addition & 0 deletions localstack_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"route53domains": 4566,
"keyspaces": 4566,
"scheduler": 4566,
"ram": 4566,
}

# TODO remove service port mapping above entirely
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = localstack-client
version = 2.3
version = 2.4
url = https://github.com/localstack/localstack-python-client
author = LocalStack Team
author_email = [email protected]
Expand Down

0 comments on commit 2aa7da8

Please sign in to comment.