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

https://github.com/dasmeta/terraform-aws-sns

Module(s) allow managing AWS SNS functionality
https://github.com/dasmeta/terraform-aws-sns

aws lambda module sns sns-topic terraform terraform-module

Last synced: 7 months ago
JSON representation

Module(s) allow managing AWS SNS functionality

Awesome Lists containing this project

README

          

# What is SNS Topic and Subscription
Amazon Simple Notification Service (Amazon SNS) is a managed service that provides message delivery from publishers to subscribers (also known as producers and consumers). Publishers communicate asynchronously with subscribers by sending messages to a topic, which is a logical access point and communication channel. Clients can subscribe to the SNS topic and receive published messages using a supported endpoint type, such as Amazon Kinesis Data Firehose, Amazon SQS, AWS Lambda, HTTP, email, mobile push notifications, and mobile text messages (SMS).

## How
Modules to quickly spin up.
Also using terraform-docs and terraform fmt with pre-commit hooks

## Requirements for pre-commit hooks
for Run our pre-commit hooks you need to install
- terraform
- terraform-docs

## Config for GitHooks

```bash
git config core.hooksPath githooks
```

## What
- aws-sns-topic
- aws-sns-subscription
- terraform-docs
- terraform fmt
- pre-commit hooks

## Requirements

No requirements.

## Providers

No providers.

## Modules

No modules.

## Resources

No resources.

## Inputs

No inputs.

## Outputs

No outputs.