0.1.0 • Published 2 years ago

verify-aws-sns-signature v0.1.0

Weekly downloads
12
License
MIT
Repository
-
Last release
2 years ago

verify-aws-sns-signature

An async function that verifies the Signature in an AWS SNS HTTP(S) POST request. It takes one argument, which is an object representing the JSON body of the POST.

const {validatePayload} = require('verify-aws-sns-signature');

..
const verified = await validatePayload(payload);
0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago