File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ make test
6464
6565## Changelog
6666
67+ * v1.5: Add endpoint for AWS Application Autoscaling, Kafka (MSK)
6768* v1.4: Configure USE_LEGACY_PORTS=0 by default to accommodate upstream changes
6869* v1.2: Add endpoint for AWS Amplify
6970* v1.1: Add USE_LEGACY_PORTS config to disable using legacy ports
Original file line number Diff line number Diff line change 7474 'acm' : '{proto}://{host}:4619' ,
7575 'codecommit' : '{proto}://{host}:4620' ,
7676 'kinesisanalytics' : '{proto}://{host}:4621' ,
77- 'amplify' : '{proto}://{host}:4622'
77+ 'amplify' : '{proto}://{host}:4622' ,
78+ 'application-autoscaling' : '{proto}://{host}:4623' ,
79+ 'kafka' : '{proto}://{host}:4624'
7880}
7981
8082# TODO remove service port mapping above entirely
Original file line number Diff line number Diff line change 66
77 setup (
88 name = 'localstack-client' ,
9- version = '1.4 ' ,
9+ version = '1.6 ' ,
1010 description = 'A lightweight Python client for LocalStack.' ,
1111 author = 'Waldemar Hummer' ,
1212 author_email = 'waldemar.hummer@gmail.com' ,
You can’t perform that action at this time.
0 commit comments