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
Latest
method AWSSignerV4.prototype.sign
import { AWSSignerV4 } from "https://deno.land/x/aws_api@v0.8.1/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

request: Request

The Request instance to sign.

Returns

Promise<Request>
  • the signed request headers