Consider AWS_ENDPOINT_URL
configuration when resolving service endpoints
#27
Labels
bug
Something isn't working
enhancement
New feature or request
investigation
Further information is requested
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.AWS_ENDPOINT_URL
is set, the LocalStack.NET configuration seems to break; this needs investigation.AWS_ENDPOINT_URL
is set, the LocalStack host should be overridden with the value from this variable.The text was updated successfully, but these errors were encountered: