{"id":18898769,"url":"https://github.com/tedilabs/terraform-aws-messaging","last_synced_at":"2025-09-19T06:52:26.104Z","repository":{"id":176712709,"uuid":"623613112","full_name":"tedilabs/terraform-aws-messaging","owner":"tedilabs","description":"🌳 A sustainable Terraform Package which creates resources for Messaging Services (EventBridge, MSK, SNS, SQS) on AWS","archived":false,"fork":false,"pushed_at":"2025-09-10T15:27:01.000Z","size":150,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T19:41:06.762Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/tedilabs/messaging/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tedilabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"tedilabs","patreon":"posquit0","ko_fi":"posquit0","custom":"https://www.paypal.me/posquit0"}},"created_at":"2023-04-04T18:13:07.000Z","updated_at":"2025-09-10T15:27:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"36530f7a-1036-4cd9-bd71-67707fe38d3d","html_url":"https://github.com/tedilabs/terraform-aws-messaging","commit_stats":null,"previous_names":["tedilabs/terraform-aws-messaging"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/tedilabs/terraform-aws-messaging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-messaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-messaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-messaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-messaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tedilabs","download_url":"https://codeload.github.com/tedilabs/terraform-aws-messaging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tedilabs%2Fterraform-aws-messaging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275894387,"owners_count":25547859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-eventbridge","aws-msk","aws-sns","aws-sqs","devops","hacktoberfest","hcl2","iac","lang-hcl","sre","tedilabs","terraform","terraform-aws","terraform-module","terraform-modules"],"created_at":"2024-11-08T08:44:06.809Z","updated_at":"2025-09-19T06:52:26.095Z","avatar_url":"https://github.com/tedilabs.png","language":"HCL","funding_links":["https://github.com/sponsors/tedilabs","https://patreon.com/posquit0","https://ko-fi.com/posquit0","https://www.paypal.me/posquit0"],"categories":[],"sub_categories":[],"readme":"# terraform-aws-messaging\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-messaging?color=blue\u0026sort=semver\u0026style=flat-square)\n![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-messaging?color=blue\u0026style=flat-square)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\u0026style=flat-square)](https://github.com/pre-commit/pre-commit)\n\nTerraform module which creates messaging related resources on AWS.\n\n- [eventbridge-event-bus](./modules/eventbridge-event-bus)\n- [eventbridge-rule](./modules/eventbridge-rule)\n- [msk-cluster](./modules/msk-cluster)\n- [ses-identity](./modules/ses-identity)\n- [sns-fifo-topic](./modules/sns-fifo-topic)\n- [sns-standard-topic](./modules/sns-standard-topic)\n\n\n## Target AWS Services\n\nTerraform Modules from [this package](https://github.com/tedilabs/terraform-aws-messaging) were written to manage the following AWS Services with Terraform.\n\n- **AWS EventBridge (Formerly known as CloudWatch Events)**\n  - Event Bus\n  - Rule\n- **AWS MSK (Managed Streaming for Apache Kafka)**\n  - Cluster\n- **AWS SES (Simple Email Service)**\n  - Identity\n    - Domain Identity\n    - Email Identity\n- **AWS SNS (Simple Notification Service)**\n  - FIFO Topic\n  - Standard Topic\n- **AWS SQS (Simple Queue Service)**\n  - Comming Soon!\n\n\n## Examples\n\n### SNS (Simple Notification Service)\n\n- [sns-standard-topic-email-subscription](./examples/sns-standard-topic-email-subscription)\n- [sns-standard-topic-lambda-subscription](./examples/sns-standard-topic-lambda-subscription)\n\n\n## Self Promotion\n\nLike 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.\n\n\n## License\n\nProvided under the terms of the [Apache License](LICENSE).\n\nCopyright © 2023-2025, [Byungjin Park](https://www.posquit0.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-messaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftedilabs%2Fterraform-aws-messaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftedilabs%2Fterraform-aws-messaging/lists"}