brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
599 stars 227 forks source link

Support setting service endpoints via config/environment variable #980

Open endgame opened 6 months ago

endgame commented 6 months ago

Official SDKs support setting service endpoints via config settings as well as environment variables: https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html

We should do the same, eventually. (Low priority, since nobody has stumbled over the lack of this feature until very recently.)