Skip to content

d-shimizu/NotifyAwsBillingToSlack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NotifyAwsBillingToSlack

This is a sample template for NotifyAwsBillingToSlack - Below is a brief explanation of what we have generated for you:

.
├── Makefile                    <-- Make to automate build
├── README.md                   <-- This instructions file
├── hello-world                 <-- Source code for a lambda function
│   └── main.go                 <-- Lambda function code
└── template.yaml

Requirements

Packaging and deployment

To deploy your application for the first time, run the following in your shell:

$ git clone git@github.com:d-shimizu/NotifyAwsBillingToSlack.git

$ cd NotifyAwsBillingToSlack

$ sam build

$ sam deploy --guided

$ aws ssm put-parameter --name NotifyAwsBillingToSlack.WebHookUrl --value 'https://hooks.slack.com/services/********/********/************************' --type SecureString

License

MIT

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published