Skip to content

Commit

Permalink
Remove unnecessary instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed May 24, 2022
1 parent 09068f3 commit 418cb22
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 418cb22

Please sign in to comment.