README ¶ AWS Cost Reporter Posts daily AWS cost data to a Slack channel. Test run Pre-requirements Export necessary environment variables about Slack export SLACK_TOKEN="xoxb-1234567890123-123..." export SLACK_CHANNEL_ID="#test-channel" by using AWS credentials AWS_ACCESS_KEY_ID="YOURKEYHERE" AWS_SECRET_ACCESS_KEY="YourSecretHere" AWS_REGION="us-east-1" go run main.go by using AWS profile AWS_PROFILE=dev go run main.go Run in EKS cluster TODO Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.