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: about 2 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T18:09:09.000Z (2 months ago)
- Last Synced: 2025-04-05T15:47:27.087Z (about 2 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: 115 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-messaging


[](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).