Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider AWS_ENDPOINT_URL configuration when resolving service endpoints #27

Open
Blind-Striker opened this issue Aug 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request investigation Further information is requested

Comments

@Blind-Striker
Copy link
Contributor

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 Blind-Striker added bug Something isn't working enhancement New feature or request investigation Further information is requested labels Aug 29, 2023
@Blind-Striker Blind-Striker self-assigned this Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request investigation Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant