Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.