EndpointResolver Upgrade Guidance #3079
rcoh
announced in
Change Log
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
aws-smithy-http::endpoint
module has been removed.If you previously defined a custom endpoint resolver for a service, you will now use the trait defined directly by the service,
<service>::config::endpoint::ResolveEndpoint
.Params
is theendpoint::Params
type for the given serviceEndpointFuture::ready
Box<dyn Error + Send + Sync>
Beta Was this translation helpful? Give feedback.
All reactions