/aws_account_billing

Every morning, notify the AWS charges for each service.

Primary LanguagePythonMIT LicenseMIT

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