https://github.com/theserverfault/aws-cloudwatch-slack-trigger-lambda
A Generic Lambda Code To Listen Cloudwatch Alarms and Send Alerts To Slack Channel
https://github.com/theserverfault/aws-cloudwatch-slack-trigger-lambda
aws aws-lambda cloudwatch monitoring slack sns webhook
Last synced: about 2 months ago
JSON representation
A Generic Lambda Code To Listen Cloudwatch Alarms and Send Alerts To Slack Channel
- Host: GitHub
- URL: https://github.com/theserverfault/aws-cloudwatch-slack-trigger-lambda
- Owner: theserverfault
- Created: 2023-08-16T18:58:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T05:51:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T23:31:56.531Z (about 1 year ago)
- Topics: aws, aws-lambda, cloudwatch, monitoring, slack, sns, webhook
- Language: Python
- Homepage: https://theserverfault.com
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Started: Quick Doc
```
git clone https://github.com/theserverfault/aws-cloudwatch-slack-trigger-lambda
```
```
cd aws-cloudwatch-slack-trigger-lambda
```
```
python3 -m venv .
```
```
source bin/activate
```
```
pip3 install -r requirements.txt
```
### Build Layer
```
chmod +x generate_layer.sh
```
```
./generate_layer.sh
```
Upload the generated `layer.zip` from `dist/` folder