Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ In aditional, it creates a new endpoint (named \_\_health by default) which can
Install via npm in the root of your Serverless service:

```
npm install serverless-plugin-healthcheck --save-dev
npm install @financial-times/serverless-plugin-healthcheck --save-dev
```

* Add the plugin to the `plugins` array in your Serverless `serverless.yml`:

```yml
plugins:
- serverless-plugin-healthcheck
- '@financial-times/serverless-plugin-healthcheck'
```

* Add a `healthcheck` property to all the events in all the functions you want to be checked.
Expand Down