This is a sample template for notify-aws-billing-info-to-slack - Below is a brief explanation of what we have generated for you:
.
├── Makefile <-- Make to automate build
├── README.md <-- This instructions file
├── handler <-- Source code for a lambda function
│ └── main.go <-- Lambda function code
└── template.yaml
- AWS CLI already configured with Administrator permission
- Golang
- SAM CLI - Install the SAM CLI
To deploy your application for the first time, run the following in your shell:
$ git clone git@github.com:d-shimizu/notify-aws-billing-info-to-slack.git
$ cd notify-aws-billing-info-to-slack
$ sam build
$ sam deploy --guided
$ aws ssm put-parameter --name NotifyAwsBillingToSlack.WebHookUrl --value 'https://hooks.slack.com/services/********/********/************************' --type SecureString
MIT