Skip to content

Commit 60c174a

Browse files
authored
add endpoint configuration for Pinpoint (#53)
1 parent f6195ce commit 60c174a

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.6: Add endpoint config for Pinpoint
34
* v2.5: Add endpoint config for AppConfig Data
45
* v2.4: Add endpoint config for Resource Access Manager
56
* v2.3: Add endpoint config for Amazon EventBridge Scheduler

localstack_client/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"keyspaces": 4566,
123123
"scheduler": 4566,
124124
"ram": 4566,
125+
"pinpoint": 4566,
125126
}
126127

127128
# 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.5
3+
version = 2.6
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = [email protected]

0 commit comments

Comments
 (0)