We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6195ce commit 60c174aCopy full SHA for 60c174a
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# LocalStack Python Client Change Log
2
3
+* v2.6: Add endpoint config for Pinpoint
4
* v2.5: Add endpoint config for AppConfig Data
5
* v2.4: Add endpoint config for Resource Access Manager
6
* v2.3: Add endpoint config for Amazon EventBridge Scheduler
localstack_client/config.py
@@ -122,6 +122,7 @@
122
"keyspaces": 4566,
123
"scheduler": 4566,
124
"ram": 4566,
125
+ "pinpoint": 4566,
126
}
127
128
# TODO remove service port mapping above entirely
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = localstack-client
-version = 2.5
+version = 2.6
url = https://github.com/localstack/localstack-python-client
author = LocalStack Team
author_email = [email protected]
0 commit comments