Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/client/endpoints.ts>FixedBaseEndpointResolver

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
class FixedBaseEndpointResolver
implements EndpointResolver
import { FixedBaseEndpointResolver } from "https://deno.land/x/aws_api@v0.5.0/client/endpoints.ts";

A simple EndpointResolver which always uses the given base URL, unconditionally appending the given request path. Intended for 'localhost' and other small-scale API mocks.

Constructors

new
FixedBaseEndpointResolver(baseUrl: string)

Properties

readonly
baseUrl: URL