Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.7 KB

README.md

File metadata and controls

71 lines (42 loc) · 1.7 KB

AWS monthly billing slack bot

Send AWS monthy summary billing in a slack channel via webhook.

Example of message

This is an example of message send in Slack:

logo

<br/ >

Getting Started

Prerequisites

To perform the project installation you need to have Serverless Application Model Command Line Interface (SAM CLI) installed in your environment, and to use the SAM CLI, you need the following tools:

Installing process

Cloning the project

git clone https://github.com/brunoxd13/aws-monthly-billing-slack-bot.git

cd aws-monthly-billing-slack-bot

Instaling the project

Install project depencencies:

To build and deploy your application for the first time, run the following in your shell:

sam build --use-container

or

sam build

Configure Slack

Create an incoming webhook on slack.

Deploy

IMPORTANT: Remember to be autentichated in your AWS Account using the AWS CLI.

Deploy the project to your AWS account with the following command:

sam deploy --guided

Author

Bruno Russi Lautenschlager

License

This project is licensed under the MIT License - see the LICENSE file for details