We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e191120 commit 0710122Copy full SHA for 0710122
README.md
@@ -8,6 +8,20 @@ The **Amazon SNS Message Validator for Node.js** library allows you to validate
8
that incoming HTTP(S) POST messages are valid Amazon SNS notifications. This
9
library is standalone and does not depend on the AWS SDK for JavaScript.
10
11
+## Installation
12
+
13
+The npm module's name is [`sns-validator`](https://www.npmjs.com/package/sns-validator). Install with npm or yarn:
14
15
+```
16
+npm i sns-validator
17
18
19
+or
20
21
22
+yarn add sns-validator
23
24
25
## Basic Usage
26
27
To validate a message, you can instantiate a `MessageValidator` object and pass
0 commit comments