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

Consider `AWS_ENDPOINT_URL` configuration when resolving service endpoints

Open Blind-Striker opened this issue 9 months ago • 0 comments

Configuring service-specific endpoints allows users to specify a preferred endpoint for API requests, ensuring consistency. This flexibility supports local endpoints, VPC endpoints, and third-party local AWS development environments. Different endpoints can be designated for testing and production environments. The AWS_ENDPOINT_URL environment variable can define an endpoint URL for individual AWS services.

  • When AWS_ENDPOINT_URL is set, the LocalStack.NET configuration seems to break; this needs investigation.
  • When AWS_ENDPOINT_URL is set, the LocalStack host should be overridden with the value from this variable.

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