Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 13, 2020
1 parent 6155e2a commit 52eed3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# deno_aws_sign_v4

![ci](https://github.com/lucacasonato/deno_aws_sign_v4/workflows/ci/badge.svg)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].0/mod.ts)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/[email protected].1/mod.ts)

Generates AWS Signature V4 for AWS low-level REST APIs.

Expand All @@ -15,7 +15,7 @@ The below example will generate signed headers based on the region and credentia
- AWS_REGION

```typescript
import { AWSSignerV4 } from "https://deno.land/x/[email protected].0/mod.ts";
import { AWSSignerV4 } from "https://deno.land/x/[email protected].1/mod.ts";

const signer = new AWSSignerV4();
const body = new TextEncoder().encode("Hello World!");
Expand Down

0 comments on commit 52eed3b

Please sign in to comment.