Send AWS monthy summary billing in a slack channel via webhook.
This is an example of message send in Slack:
<br/ >
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:
- SAM CLI - Install the SAM CLI
- Python 3 installed
- Docker - Install Docker community edition
git clone https://github.com/brunoxd13/aws-monthly-billing-slack-bot.git
cd aws-monthly-billing-slack-bot
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
Create an incoming webhook on slack.
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
This project is licensed under the MIT License - see the LICENSE file for details