https://github.com/telia-oss/terraform-aws-lambda-slack
A terraform module to create an SNS topic and lambda that send events to slack.
https://github.com/telia-oss/terraform-aws-lambda-slack
cloudwatch-alarm slack sns-events terraform
Last synced: 4 months ago
JSON representation
A terraform module to create an SNS topic and lambda that send events to slack.
- Host: GitHub
- URL: https://github.com/telia-oss/terraform-aws-lambda-slack
- Owner: telia-oss
- License: mit
- Created: 2018-08-31T11:38:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T08:56:25.000Z (almost 4 years ago)
- Last Synced: 2026-01-30T17:44:05.497Z (5 months ago)
- Topics: cloudwatch-alarm, slack, sns-events, terraform
- Language: HCL
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SNS events to slack
[](https://travis-ci.org/telia-oss/terraform-aws-lambda-slack)

This module lets you send sns events to slck.
The module creates sns topic and subscription, and targets the subscriptions to a Lambda function that is provisioned by this module. The Lambda function format and send sns events to Slack channel.
## Lambda
[The Lambda artifact can be found here](https://github.com/telia-oss/aws-notify-slack)
## Examples
* [Simple Example](example/default/main.tf)
## Authors
Currently maintained by [these contributors](../../graphs/contributors).
## License
MIT License. See [LICENSE](LICENSE) for full details.