Skip to main content

AWS.resolve_region_and_service

AWS.resolve_region_and_serviceuri

Documentation

Resolve the region and service from an AWS based URI. Splits a standard form AWS URI into the region and service. The URI must be in the forms: - https://(*.)<service>.<region>.amazonaws.com. - https://(*.)<region>.<service>.amazonaws.com.

Arguments

  • uri: The URI to resolve.