class Aws::EndpointProvider

def resolve(region, service)

def resolve(region, service)
  "https://" + endpoint_for(region, service)
end