https://github.com/mozamimy/rds-tag-watcher
An AWS Lambda function that publishes a message to an SNS topic when an RDS instance without specified tags is found.
https://github.com/mozamimy/rds-tag-watcher
aws-lambda rds serverless
Last synced: 10 months ago
JSON representation
An AWS Lambda function that publishes a message to an SNS topic when an RDS instance without specified tags is found.
- Host: GitHub
- URL: https://github.com/mozamimy/rds-tag-watcher
- Owner: mozamimy
- License: mit
- Created: 2018-11-28T07:31:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T23:15:02.000Z (over 7 years ago)
- Last Synced: 2024-10-18T23:14:30.822Z (almost 2 years ago)
- Topics: aws-lambda, rds, serverless
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rds-tag-watcher
## About
An AWS Lambda function that publishes a message to an SNS topic when an RDS instance without specified tags is found.
## Run locally with SAM CLI
```sh
make build-docker-image
make build
make zip
make run
```
## Releae build
```sh
make build-docker-image
make build BUILD=release
make zip BUILD=release
```
## License
MIT