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
- Host: GitHub
- URL: https://github.com/dasmeta/terraform-aws-sns
- Owner: dasmeta
- License: apache-2.0
- Created: 2022-05-19T12:35:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T07:18:51.000Z (9 months ago)
- Last Synced: 2025-02-01T03:16:21.168Z (8 months ago)
- Topics: aws, lambda, module, sns, sns-topic, terraform, terraform-module
- Language: HCL
- Homepage: www.dasmeta.com
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.