Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T08:56:25.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:15:06.625Z (3 months ago)
- Topics: cloudwatch-alarm, slack, sns-events, terraform
- Language: HCL
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 9
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SNS events to slack
[![Build Status](https://travis-ci.org/telia-oss/terraform-aws-lambda-slack.svg?branch=master)](https://travis-ci.org/telia-oss/terraform-aws-lambda-slack)
![](https://img.shields.io/maintenance/yes/2018.svg)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.