Skip to content

Commit

Permalink
Improve module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbdiniz authored Aug 14, 2020
1 parent ffc4e7e commit 80def76
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
[![Lint Status](https://github.com/DNXLabs/terraform-aws-sns/workflows/Lint/badge.svg)](https://github.com/DNXLabs/terraform-aws-sns/actions)
[![LICENSE](https://img.shields.io/github/license/DNXLabs/terraform-aws-sns)](https://github.com/DNXLabs/terraform-aws-sns/blob/master/LICENSE)

AWS SNS Application Module

This module is designed to be used with `DNXLabs/terraform-aws-monitoring`.
This is a module that creates an AWS SNS Application Module and it was designed to be used with `DNXLabs/terraform-aws-monitoring`.

The following resources will be created:

- Simple Notification Services (SNS) topic
- Provides a Lambda Function resource. Lambda allows you to trigger execution of code in response to events in AWS, enabling serverless backend solutions.
- Gives an external source (like a CloudWatch Event Rule, SNS, or S3) permission to access the Lambda function. In our case is SNS
- An SNS topic policy resource

<!--- BEGIN_TF_DOCS --->

Expand Down

0 comments on commit 80def76

Please sign in to comment.