localstack-dotnet-client icon indicating copy to clipboard operation
localstack-dotnet-client copied to clipboard

Remove Legacy Support

Open Blind-Striker opened this issue 2 years ago • 0 comments

LocalStack version 2.2 has been released. Supporting Legacy containers is no longer meaningful. The following changes should be made:

  • Port mappings should be removed from AwsServiceEndpointMetadata and only the Edge Port should be used from now on.
  • The UseLegacyPorts property should be removed from ConfigOptions.
  • Relevant unit, integration, and functional tests should be updated.

Blind-Striker avatar Aug 29 '23 20:08 Blind-Striker