You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We implemented codegen for @endpointRuleSet to generate EndpointResolverV2 because EndpointResolver as a name was already taken downstream by the go v2 SDK's existing endpoint resolver.
We need to separate the concerns of the SDK from smithy-go in general, the smithy-go codegen should be rebranded to generate as EndpointResolver and the SDK will have to customize around it somehow.
The text was updated successfully, but these errors were encountered:
We implemented codegen for
@endpointRuleSet
to generateEndpointResolverV2
becauseEndpointResolver
as a name was already taken downstream by the go v2 SDK's existing endpoint resolver.We need to separate the concerns of the SDK from smithy-go in general, the smithy-go codegen should be rebranded to generate as
EndpointResolver
and the SDK will have to customize around it somehow.The text was updated successfully, but these errors were encountered: