Module: sns-lambda-notify-slack
Terraform module to provision a lambda function that subscribes to SNS and notifies to Slack.
Usage
module "notify_slack" {
source = "git::https://github.com/cloudposse/terraform-aws-sns-lambda-notify-slack?ref=tags/0.1.0"
namespace = "eg"
stage = "staging"
name = "app"
slack_webhook_url = "https://hooks.slack.com/services/AAAAAAAA/BBBBBBBB/CCCCCCC"
slack_channel = "aws-services"
slack_username = "reporter"
}