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

x/sqs/deps.ts>AWSSignerV4#sign

Amazon SQS for Deno
Latest
method AWSSignerV4.prototype.sign
import { AWSSignerV4 } from "https://deno.land/x/sqs@0.3.7/deps.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 URL for the request to sign.

Returns

Promise<Request>
  • the signed request headers