From 418cb2214c52240288a4a3cdfa7394f3b676f861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kj=C3=A6r?= Date: Tue, 24 May 2022 23:31:37 +0200 Subject: [PATCH] Remove unnecessary instructions --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6fed52d..5f52919 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,13 @@ Sends daily breakdowns of AWS costs to a Slack channel. 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. -2. Install serverless python requirements +2. Deploy the system into your AWS account, replacing the webhook URL below with the one you generated above. ``` SLACK_WEBHOOK=https://hooks.slack... npm run deploy ``` -3. Deploy the system into your AWS account, replacing the webhook URL below with the one you generated above. - - ``` - serverless deploy --stage="prod" --param="slack_url=https://hooks.slack.com/services/xxx/yyy/zzzz" - ``` - - You can also run it once to verify that it works: +3. You can also run it once to verify that it works: ``` npm run invoke