File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ make test
7474
7575## Changelog
7676
77+ * v1.28: Add endpoint for Route53Resolver
7778* v1.27: Add endpoint for SESv2
7879* v1.25: Remove mapping for deprecated/disabled Web UI on port 8080
7980* v1.24: Add endpoints for Config Service
Original file line number Diff line number Diff line change 2626 'ses' : '{proto}://{host}:4579' ,
2727 'sesv2' : '{proto}://{host}:4579' ,
2828 'route53' : '{proto}://{host}:4580' ,
29+ 'route53resolver' : '{proto}://{host}:4580' ,
2930 'cloudformation' : '{proto}://{host}:4581' ,
3031 'cloudwatch' : '{proto}://{host}:4582' ,
3132 'ssm' : '{proto}://{host}:4583' ,
Original file line number Diff line number Diff line change 66
77 setup (
88 name = 'localstack-client' ,
9- version = '1.27 ' ,
9+ version = '1.28 ' ,
1010 description = 'A lightweight Python client for LocalStack.' ,
1111 author = 'LocalStack Team' ,
1212 author_email = 'info@localstack.cloud' ,
You can’t perform that action at this time.
0 commit comments