localstack supports unique port 4566 now.
ozbillwang opened this issue · 1 comments
ozbillwang commented
https://github.com/localstack/localstack#announcements
- 2020-09-15: A major (breaking) change has been merged in PR #2905 - starting with releases after
v0.11.5
, all services are now exposed via the edge service (port 4566) only! Please update your client configurations to use this new endpoint.
So all below ports can be changed to 4566
Or maybe you can simplify the code directly
whummer commented
Thanks for bringing this to our attention. We have already disabled the service specific ports here:
An environment variable USE_LEGACY_PORTS
has been added to utilize the old/legacy ports. As part of our ongoing refactoring, this code may get removed in a future release of the LocalStack Python client. Thanks