You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,15 @@ At the time this plugin was developed AWS Cloudformation (and serverless) did no
21
21
22
22
## Installation
23
23
24
+
### Requirements
25
+
* nodeJs > `v4.0`
26
+
* serverless > `v1.4`
27
+
28
+
Install the plugin.
29
+
```bash
30
+
npm install serverless-plugin-lambda-dead-letter
31
+
```
32
+
24
33
Install the plugin with npm and reference it in the serverless yaml file [as documented here.](https://serverless.com/framework/docs/providers/aws/guide/plugins/)
0 commit comments