Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees authored Jan 28, 2021
1 parent 3e808c0 commit ef0823f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,24 @@ Sends daily breakdowns of AWS costs to a Slack channel.

1. Create the service on your local machine. cd to your directory and run this command. Replace path with the path name for the service and app name for the service.

`serverless create --template-url="https://github.com/iandees/aws-billing-to-slack.git"
--path="app-aws-cost"
--name="app-aws-cost" `
```
serverless create \
--template-url="https://github.com/iandees/aws-billing-to-slack.git" \
--path="app-aws-cost" \
--name="app-aws-cost"
```

1. Install pipenv

`pip install pipenv`
```
pip install pipenv
```

1. Install serverless python requirements

`sls plugin install -n serverless-python-requirements`
```
serverless plugin install -n serverless-python-requirements
```

1. Deploy the system into your AWS account, replacing the webhook URL below with the one you generated above.

Expand Down

0 comments on commit ef0823f

Please sign in to comment.