Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/client/signing.ts>AWSSignerV4#sign

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
method AWSSignerV4.prototype.sign
import { AWSSignerV4 } from "https://deno.land/x/aws_api@v0.5.0/client/signing.ts";

Use this to create the signed headers required to make a call to an AWS API.

Parameters

service: string

This is the AWS service, e.g. s3 for s3, dynamodb for DynamoDB

url: URL

The URL for the request to sign.

request: Request

The request method of the request to sign.

Returns

Promise<Request>
  • the signed request headers