yasuhikomachino / aws-cost-notifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws cost notifier

Daily slack notifications of AWS monthly costs.

Require

Configuration

Set the following variable for Slack webhook URL in AWS parameter store.

SLACK_WEBHOOK_URL_COST_NOTIFIER

Install dependencies

npm install

Select AWS Profile

export AWS_PROFILE={YOUR PROFILE}

Run locally

npm run send

Deploy

serverless deploy

About


Languages

Language:TypeScript 64.2%Language:JavaScript 35.8%