文件名称:terraform-aws-notify-slack:Terraform模块,用于创建SNS主题和Lambda函数,用于向Slack发送通知
文件大小:26KB
文件格式:ZIP
更新时间:2024-02-20 02:17:50
slack aws aws-lambda aws-cloudwatch terraform-module
AWS通知Slack Terraform模块 该模块创建一个SNS主题(或使用现有主题)和一个AWS Lambda函数,该函数使用向Slack发送通知。 首先在Slack工作空间中设置。 使用Terraform做无服务器吗? 查看,该旨在简化在Terraform中使用无服务器时的所有操作。 地形版本 地形0.13。 将模块版本固定为~> v4.0 。 将拉取请求提交到master分支。 地形0.12。 将模块版本固定为3.5.0 (或更旧版本)。 将拉取请求提交到terraform012分支。 地形0.11。 将模块版本固定为~> v1.0 。 产品特点 AWS Lambda运行时Python 3.8 创建新的SNS主题或使用现有的主题 支持Slack Webhook URL的纯文本和加密版本 大多数Slack消息选项都是可定制的 支持不同类型的SNS消息: AWS CloudWatch警报 AWS CloudWatch LogMetrics警报 本地pytest驱动的Lambda到Slack沙箱通道的测试 用法 module " notify_slack "
【文件预览】:
terraform-aws-notify-slack-master
----functions()
--------notify_slack.py(4KB)
--------pytest.ini.sample(214B)
--------pytest.ini(216B)
--------notify_slack_test.py(5KB)
--------requirements.txt(25B)
--------notify_slack.zip(2KB)
----versions.tf(95B)
----outputs.tf(1KB)
----LICENSE(524B)
----.chglog()
--------CHANGELOG.tpl.md(3KB)
--------config.yml(227B)
----examples()
--------cloudwatch-alerts-to-slack()
--------notify-slack-simple()
----.gitignore(86B)
----CHANGELOG.md(16KB)
----Makefile(137B)
----README.md(8KB)
----main.tf(4KB)
----.editorconfig(559B)
----.pre-commit-config.yaml(1KB)
----variables.tf(4KB)