PiroHiroPiro / aws_account_billing

Every morning, notify the AWS charges for each service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Account Billing

Every morning, notify the AWS charges for each service.

2018-07-31 20 46 36

Requirement

Usage

Lambda upload:

$ docker-compose run awscli bash
> lambda-uploader

Install

Clone repository:

$ git clone https://github.com/PiroHiroPiro/aws_account_billing.git
$ cd aws_account_billing

Build image:

$ cp .env.example .env
$ cp lambda.json.example ./source/lambda.json
$ docker-compose build

References

About

Every morning, notify the AWS charges for each service.

License:MIT License


Languages

Language:Python 94.3%Language:Dockerfile 5.7%