{"id":17190393,"url":"https://github.com/theworkflow/route53-zone-file-exporter","last_synced_at":"2026-01-20T21:02:28.140Z","repository":{"id":44074396,"uuid":"207321748","full_name":"theworkflow/route53-zone-file-exporter","owner":"theworkflow","description":"Export AWS Route53 hosted zone data as a zone file","archived":false,"fork":false,"pushed_at":"2022-02-12T13:34:06.000Z","size":81,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T06:42:34.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theworkflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-09T13:55:36.000Z","updated_at":"2019-09-26T16:18:13.000Z","dependencies_parsed_at":"2022-09-18T11:40:29.934Z","dependency_job_id":null,"html_url":"https://github.com/theworkflow/route53-zone-file-exporter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/theworkflow/route53-zone-file-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Froute53-zone-file-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Froute53-zone-file-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Froute53-zone-file-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Froute53-zone-file-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theworkflow","download_url":"https://codeload.github.com/theworkflow/route53-zone-file-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Froute53-zone-file-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28613659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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-10-15T01:22:27.377Z","updated_at":"2026-01-20T21:02:28.049Z","avatar_url":"https://github.com/theworkflow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# route53-zone-file-exporter\n\n[![version](https://img.shields.io/npm/v/route53-zone-file-exporter.svg?style=flat-square)][version]\n[![build](https://img.shields.io/circleci/build/github/theworkflow/route53-zone-file-exporter?style=flat-square)][build]\n[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]\n\nExport Route53 hosted zone record sets into a zone file\n\n## Install\n\n`$ npm install -g route53-zone-file-exporter`\n\n### CLI Usage\n\n```\nUsage: route53-zone-file-exporter [options]\n\nOptions:\n  -V, --version                        output the version number\n  -z, --zoneId \u003chosted-zone-id\u003e        Route53 hosted zone ID\n  --hostedZoneId \u003chosted-zone-id\u003e      Route53 hosted zone ID (same as -z flag)\n  -o --output \u003cpath\u003e                   Output path to store zone file\n  --accessKeyId \u003caccessKeyId\u003e          AWS accessKeyId\n  --secretAccessKey \u003csecretAccessKey\u003e  AWS secretAccessKey\n  -h, --help                           output usage information\n```\n\n### API Usage\n\n```javascript\nconst exporter = require('route53-zone-file-exporter')\n\nconst options = {\n  zoneId: 'AWSRoute53ZoneID',\n  ttl: 3600,\n  output: './exportedZoneFile'\n}\n// For full configuration options for aws config\n// https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Route53.html#constructor-property\nconst awsConfig = {}\n\nexporter(options, awsConfig)\n  .then(zoneFile =\u003e console.log(zoneFile))\n  .catch(err =\u003e console.error(err))\n```\n\n## Contributing\n\nContributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n## License\n\n[MIT](LICENSE)\n\n[version]: https://www.npmjs.com/package/route53-zone-file-exporter\n[build]: https://circleci.com/gh/theworkflow/route53-zone-file-exporter\n[license]: https://raw.githubusercontent.com/theworkflow/route53-zone-file-exporter/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheworkflow%2Froute53-zone-file-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheworkflow%2Froute53-zone-file-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheworkflow%2Froute53-zone-file-exporter/lists"}