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
Migrate this code to use EndpointResolverV2. A basic migration strategy is outlined here. It seems we might be able to set the BaseEndpoint field but we also set the PartitionID field on the aws.Endpoint and it's unclear how that maps to the new API. It's also unclear how to distinguish service names as the service name param is not passed to the EndpointResolverV2 interface.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further
activity occurs. Thank you for your contributions.
Migrate this code to use
EndpointResolverV2
. A basic migration strategy is outlined here. It seems we might be able to set theBaseEndpoint
field but we also set thePartitionID
field on theaws.Endpoint
and it's unclear how that maps to the new API. It's also unclear how to distinguish service names as theservice
name param is not passed to theEndpointResolverV2
interface.The text was updated successfully, but these errors were encountered: