Skip to content

Commit

Permalink
add endpoint config for appconfigdata (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer authored Oct 19, 2023
1 parent 2aa7da8 commit f6195ce
Show file tree
Hide file tree
Showing 3 changed files with 5 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.5: Add endpoint config for AppConfig Data
* 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
Expand Down
1 change: 1 addition & 0 deletions localstack_client/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"servicediscovery": 4630,
"serverlessrepo": 4631,
"appconfig": 4632,
"appconfigdata": 4632,
"ce": 4633,
"mediaconvert": 4634,
"resourcegroupstaggingapi": 4635,
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = localstack-client
version = 2.4
version = 2.5
url = https://github.com/localstack/localstack-python-client
author = LocalStack Team
author_email = info@localstack.cloud
Expand All @@ -12,6 +12,8 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Testing

Expand Down

0 comments on commit f6195ce

Please sign in to comment.