This is a AWS Lambda function which posts AWS billing info to slack.
Set your environment HOOK_URL and SALCK_CHANNEL.
# set your own environment
HOOK_URL = 'https://hooks.slack.com/services/xxxxxxxxxxxxxxxx'
SLACK_CHANNEL = '#xxxxxxxxxx'
After set above items, deploy to your aws environmet. Set scheduled Event to post slack everyday.
