Skip to main content
Module

x/aws_api/client/common.ts>Signer

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface Signer
import { type Signer } from "https://deno.land/x/aws_api@v0.7.0/client/common.ts";

Generic AWS Signer interface

Properties

sign: (service: string, request: Request) => Promise<Request>