We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c174a commit 5b8d55fCopy full SHA for 5b8d55f
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 = info@localstack.cloud
0 commit comments