{"id":22592167,"url":"https://github.com/maroux/terraform-aws-hedwig-queue-subscription","last_synced_at":"2026-03-19T23:12:22.327Z","repository":{"id":70271171,"uuid":"131221720","full_name":"maroux/terraform-aws-hedwig-queue-subscription","owner":"maroux","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-15T21:20:36.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T18:50:51.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":false,"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/maroux.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-26T23:40:37.000Z","updated_at":"2020-07-18T07:25:54.000Z","dependencies_parsed_at":"2023-02-22T08:45:12.177Z","dependency_job_id":null,"html_url":"https://github.com/maroux/terraform-aws-hedwig-queue-subscription","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/maroux/terraform-aws-hedwig-queue-subscription","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue-subscription","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue-subscription/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue-subscription/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue-subscription/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maroux","download_url":"https://codeload.github.com/maroux/terraform-aws-hedwig-queue-subscription/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue-subscription/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279809705,"owners_count":26230377,"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-10-19T02:00:07.647Z","response_time":64,"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":[],"created_at":"2024-12-08T09:15:35.472Z","updated_at":"2025-10-19T12:32:52.488Z","avatar_url":"https://github.com/maroux.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hedwig Queue App Subscription Terraform module\n==============================================\n\n[Hedwig](https://github.com/Automatic/hedwig) is a inter-service communication bus that works on AWS SQS/SNS, while keeping things pretty simple and\nstraight forward. It uses [json schema](http://json-schema.org/) draft v4 for schema validation so all incoming\nand outgoing messages are validated against pre-defined schema.\n\nThis module provides a custom [Terraform](https://www.terraform.io/) modules for deploying Hedwig infrastructure that\ncreates Hedwig subscriptions for Hedwig consumer apps.\n\n## Usage\n\n```hcl\nmodule \"topic-dev-user-updated-v1\" {\n  source = \"Automatic/hedwig-topic/aws\"\n  topic  = \"dev-user-updated-v1\"\n}\n\nmodule \"consumer-dev-app\" {\n  source = \"Automatic/hedwig-queue/aws\"\n  topic  = \"dev-myapp\"\n}\n\nmodule \"sub-dev-myapp-dev-user-updated\" {\n  source = \"Automatic/hedwig-queue-subscription/aws\"\n  queue  = \"${module.consumer-dev-app.queue_arn}\"\n\n  topic = \"${module.topic-dev-user-updated-v1.arn}\"\n}\n```\n\n## Release Notes\n\n[Github Releases](https://github.com/Automatic/terraform-aws-hedwig-queue-subscription/releases)\n\n## How to publish\n\nGo to [Terraform Registry](https://registry.terraform.io/modules/Automatic/hedwig-queue-subscription/aws), and \nResync module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroux%2Fterraform-aws-hedwig-queue-subscription","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaroux%2Fterraform-aws-hedwig-queue-subscription","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroux%2Fterraform-aws-hedwig-queue-subscription/lists"}