Skip to content

Commit 5b8d55f

Browse files
authoredOct 8, 2024··
add endpoint entry for EventBridge pipes (#54)
1 parent 60c174a commit 5b8d55f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# LocalStack Python Client Change Log
22

3+
* v2.7: Add endpoint config for EventBridge Pipes
34
* v2.6: Add endpoint config for Pinpoint
45
* v2.5: Add endpoint config for AppConfig Data
56
* v2.4: Add endpoint config for Resource Access Manager

‎localstack_client/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"scheduler": 4566,
124124
"ram": 4566,
125125
"pinpoint": 4566,
126+
"pipes": 4566,
126127
}
127128

128129
# TODO remove service port mapping above entirely

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-client
3-
version = 2.6
3+
version = 2.7
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud

0 commit comments

Comments
 (0)
Please sign in to comment.