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