{"id":22592166,"url":"https://github.com/maroux/terraform-aws-hedwig-queue","last_synced_at":"2026-02-05T15:33:23.725Z","repository":{"id":70271165,"uuid":"131220106","full_name":"maroux/terraform-aws-hedwig-queue","owner":"maroux","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-06T20:23:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T23:43:36.448Z","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:13:41.000Z","updated_at":"2020-07-18T07:11:00.000Z","dependencies_parsed_at":"2023-02-22T03:45:46.208Z","dependency_job_id":null,"html_url":"https://github.com/maroux/terraform-aws-hedwig-queue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/maroux/terraform-aws-hedwig-queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maroux","download_url":"https://codeload.github.com/maroux/terraform-aws-hedwig-queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maroux%2Fterraform-aws-hedwig-queue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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.390Z","updated_at":"2026-02-05T15:33:23.707Z","avatar_url":"https://github.com/maroux.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hedwig Queue Consumer App 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 infra for Hedwig consumer app.\n\n## Usage \n\n```hcl\nmodule \"consumer-dev-myapp\" {\n  source   = \"Automatic/hedwig-queue/aws\"\n  queue    = \"DEV-MYAPP\"\n  alerting = true\n\n  tags = {\n    app     = \"myapp\"\n    env     = \"dev\"\n  }\n}\n```\n\nIt's recommended that `queue` include your environment. \n\nNaming convention - uppercase alphanumeric and dashes only.\n\nThe SQS queue name will be prefixed by `HEDWIG-`.\n\n## Release Notes\n\n[Github Releases](https://github.com/Automatic/terraform-aws-hedwig-queue/releases)\n\n## How to publish\n\nGo to [Terraform Registry](https://registry.terraform.io/modules/Automatic/hedwig-queue/aws), and Resync module.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroux%2Fterraform-aws-hedwig-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaroux%2Fterraform-aws-hedwig-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaroux%2Fterraform-aws-hedwig-queue/lists"}