{"id":19854649,"url":"https://github.com/obytes/terraform-aws-gato","last_synced_at":"2026-03-19T12:03:07.298Z","repository":{"id":77139359,"uuid":"422136262","full_name":"obytes/terraform-aws-gato","owner":"obytes","description":"Manage Global API Gateway Resources","archived":false,"fork":false,"pushed_at":"2021-10-28T09:51:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-11-28T06:23:02.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-28T09:06:22.000Z","updated_at":"2021-10-28T09:54:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"94032ec0-76c8-4134-ad82-26081074872b","html_url":"https://github.com/obytes/terraform-aws-gato","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/obytes/terraform-aws-gato","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-gato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-gato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-gato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-gato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obytes","download_url":"https://codeload.github.com/obytes/terraform-aws-gato/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Fterraform-aws-gato/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-11-12T14:10:02.900Z","updated_at":"2026-03-03T16:42:04.548Z","avatar_url":"https://github.com/obytes.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS Gato\n\nManage Global API Gateway Resources and API Gateway resources for provisioning custom domain, mapping the domain with \nmultiple API Gateway HTTP/WS APIs and API Gateway Stages and Exposing the APIs through route53 or cloudflare records.\n\n## Prerequisites\n\n- AWS API Gateway HTTP or Websocket API and its Stage.\n- A route53 or cloudflare zone (That you own of course)\n- An ACM certificate for your API Gateway custom domains\n\n## Usage\n\n```hcl\nmodule \"gato\" {\n  source      = \"git::https://github.com/obytes/terraform-aws-gato.git//modules/core-route53\"\n  prefix      = local.prefix\n  common_tags = local.common_tags\n\n  # DNS\n  r53_zone_id = aws_route53_zone.prerequisite.zone_id\n  cert_arn    = aws_acm_certificate.prerequisite.arn\n  domain_name = \"kodhive.com\"\n  sub_domains = {\n    stateless = \"api\"\n    statefull = \"ws\"\n  }\n\n  # Rest APIS\n  http_apis = [\n    {\n      id    = module.aws_lambda_api_accounts.http_api_id\n      key   = \"accounts\"\n      stage = module.aws_lambda_api_accounts.http_api_stage_name\n    },\n    {\n      id    = module.aws_lambda_api_products.http_api_id\n      key   = \"products\"\n      stage = module.aws_lambda_api_products.http_api_stage_name\n    },\n    {\n      id    = module.aws_lambda_api_payment.http_api_id\n      key   = \"payment\"\n      stage = module.aws_lambda_api_payment.http_api_stage_name\n    },\n  ]\n  ws_apis = [\n    {\n      id    = module.push_notification_api.ws_api_id\n      key   = \"push\"\n      stage = module.push_notification_api.ws_api_stage_name\n    },\n  ]\n}\n```\n\nThis will expose the following APIs:\n\n- https://api.kodhive.com/accounts/...\n- https://api.kodhive.com/products/...\n- https://api.kodhive.com/payment/...\n- https://ws.kodhive.com/push/...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobytes%2Fterraform-aws-gato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobytes%2Fterraform-aws-gato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobytes%2Fterraform-aws-gato/lists"}