Skip to content

Commit ff63a15

Browse files
committed
add endpoint for SESv2
1 parent 08eb3e6 commit ff63a15

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ make test
7474

7575
## Changelog
7676

77+
* v1.27: Add endpoint for SESv2
7778
* v1.25: Remove mapping for deprecated/disabled Web UI on port 8080
7879
* v1.24: Add endpoints for Config Service
7980
* v1.23: Add endpoints for QLDB Session

localstack_client/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'redshift-data': '{proto}://{host}:4577',
2525
'es': '{proto}://{host}:4578',
2626
'ses': '{proto}://{host}:4579',
27+
'sesv2': '{proto}://{host}:4579',
2728
'route53': '{proto}://{host}:4580',
2829
'cloudformation': '{proto}://{host}:4581',
2930
'cloudwatch': '{proto}://{host}:4582',

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
setup(
88
name='localstack-client',
9-
version='1.26',
9+
version='1.27',
1010
description='A lightweight Python client for LocalStack.',
11-
author='Waldemar Hummer',
12-
author_email='waldemar.hummer@gmail.com',
11+
author='LocalStack Team',
12+
author_email='info@localstack.cloud',
1313
url='https://github.com/localstack/localstack-python-client',
1414
packages=['localstack_client'],
1515
package_data={},

0 commit comments

Comments
 (0)