Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedilabs/terraform-aws-messaging
🌳 A sustainable Terraform Package which creates resources for Messaging Services (EventBridge, MSK, SNS, SQS) on AWS
https://github.com/tedilabs/terraform-aws-messaging
aws aws-eventbridge aws-msk aws-sns aws-sqs devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules
Last synced: 3 months ago
JSON representation
🌳 A sustainable Terraform Package which creates resources for Messaging Services (EventBridge, MSK, SNS, SQS) on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-messaging
- Owner: tedilabs
- License: apache-2.0
- Created: 2023-04-04T18:13:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T05:43:18.000Z (7 months ago)
- Last Synced: 2024-06-28T06:45:51.701Z (7 months ago)
- Topics: aws, aws-eventbridge, aws-msk, aws-sns, aws-sqs, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/messaging/aws
- Size: 108 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-messaging
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-messaging?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-messaging?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)Terraform module which creates messaging related resources on AWS.
- [eventbridge-event-bus](./modules/eventbridge-event-bus)
- [eventbridge-rule](./modules/eventbridge-rule)
- [msk-cluster](./modules/msk-cluster)
- [sns-fifo-topic](./modules/sns-fifo-topic)
- [sns-standard-topic](./modules/sns-standard-topic)## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-messaging) were written to manage the following AWS Services with Terraform.
- **AWS EventBridge (Formerly known as CloudWatch Events)**
- Event Bus
- Rule
- **AWS MSK (Managed Streaming for Apache Kafka)**
- Cluster
- **AWS SNS (Simple Notification Service)**
- FIFO Topic
- Standard Topic
- **AWS SQS (Simple Queue Service)**
- Comming Soon!## Examples
### SNS (Simple Notification Service)
- [sns-standard-topic-email-subscription](./examples/sns-standard-topic-email-subscription)
- [sns-standard-topic-lambda-subscription](./examples/sns-standard-topic-lambda-subscription)## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-messaging). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2023, [Byungjin Park](https://www.posquit0.com).