Skip to content

Commit f6195ce

Browse files
authored
add endpoint config for appconfigdata (#50)
1 parent 2aa7da8 commit f6195ce

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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.5: Add endpoint config for AppConfig Data
34
* v2.4: Add endpoint config for Resource Access Manager
45
* v2.3: Add endpoint config for Amazon EventBridge Scheduler
56
* v2.2: Add endpoint configs for `emr-serverless` and a few other services

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"servicediscovery": 4630,
100100
"serverlessrepo": 4631,
101101
"appconfig": 4632,
102+
"appconfigdata": 4632,
102103
"ce": 4633,
103104
"mediaconvert": 4634,
104105
"resourcegroupstaggingapi": 4635,

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-client
3-
version = 2.4
3+
version = 2.5
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud
@@ -12,6 +12,8 @@ classifiers =
1212
Programming Language :: Python :: 3.7
1313
Programming Language :: Python :: 3.8
1414
Programming Language :: Python :: 3.9
15+
Programming Language :: Python :: 3.10
16+
Programming Language :: Python :: 3.11
1517
License :: OSI Approved :: Apache Software License
1618
Topic :: Software Development :: Testing
1719

0 commit comments

Comments
 (0)