class AwsEndpointResolver
implements EndpointResolver
import { AwsEndpointResolver } from "https://dotland.deno.dev/x/aws_api@v0.5.0/client/mod.ts";
The default resolver, designed specifically for Amazon AWS. A couple options provide for:
- disabling IPv4/IPv6 dualstack (which is only available for S3 & EC2)
- forcing regional endpoints (disabling the global endpoint logic)
Otherwise, the URL used is determined fully automatically.
The provided
region
is used to select the AWS partition endpoint.