From 86fa0441c53e279cd0f2bd8f6ef51d4f155c852b Mon Sep 17 00:00:00 2001 From: Pavel Veretennikov Date: Mon, 13 Jan 2025 14:12:37 +0200 Subject: [PATCH] docs: limit serverless to 3.* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a52902b..d5445eb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Sends daily breakdowns of AWS costs to a Slack channel. 1. Install [`serverless`](https://serverless.com/), which I use to configure the AWS Lambda function that runs daily. ``` - npm install -g serverless + npm install -g serverless@^3 ``` 1. Create an [incoming webhook](https://www.slack.com/apps/new/A0F7XDUAZ) that will post to the channel of your choice on your Slack workspace. Grab the URL for use in the next step.