{"id":15442461,"url":"https://github.com/rtradeltd/dnslink-route53","last_synced_at":"2026-05-07T00:36:21.430Z","repository":{"id":57691886,"uuid":"175758741","full_name":"RTradeLtd/dnslink-route53","owner":"RTradeLtd","description":"Used to deploy dnslink txt records to AWS Route53","archived":false,"fork":false,"pushed_at":"2019-03-15T07:15:57.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-23T05:03:34.921Z","etag":null,"topics":["aws","dnslink","ipfs","ipns","route53"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/RTradeLtd.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}},"created_at":"2019-03-15T06:02:54.000Z","updated_at":"2019-11-30T03:52:50.000Z","dependencies_parsed_at":"2022-09-10T12:22:41.039Z","dependency_job_id":null,"html_url":"https://github.com/RTradeLtd/dnslink-route53","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RTradeLtd/dnslink-route53","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTradeLtd%2Fdnslink-route53","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTradeLtd%2Fdnslink-route53/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTradeLtd%2Fdnslink-route53/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTradeLtd%2Fdnslink-route53/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RTradeLtd","download_url":"https://codeload.github.com/RTradeLtd/dnslink-route53/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTradeLtd%2Fdnslink-route53/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745472,"owners_count":24813499,"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-08-23T02:00:09.327Z","response_time":69,"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","dnslink","ipfs","ipns","route53"],"created_at":"2024-10-01T19:27:48.790Z","updated_at":"2026-05-07T00:36:21.404Z","avatar_url":"https://github.com/RTradeLtd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dnslink-route53\n\nUsed to deploy dnslink txt records to AWS Route53\n\nCan be used as a library, or as a cli\n\n## Install\n\n* `go get -v github.com/RTradeLtd/dnslink-route53`\n* `cd $GOPATH/src/github.com/RTradeLTd/dnslink-route53`\n* `make install`\n\n## Usage - CLI\n\nTo install run `make install`\n\nBy default it uses ENV authentication which expects the following environment variables to be set:\n\n* `AWS_ACCESS_KEY_ID`\n* `AWS_SECRET_ACCESS_KEY`\n* Optinonally `AWS_SECURITY_TOKEN`\n\nIf your AWS account needs a security token, you have to use the env auth method.\n\nYou can provide a region if you want, but it looks like AWS Route53 doesn't require a specific region, so it should be fine to leave the default at `us-east-1`. If you want to specify a different region use the `-region` flag.\n\nYou *must* provide the zone id of your hosted zone through the `-zone.id` flag\n\nExample invocation using env auth:\n\n```shell\n$ dlink53 -record.name _dnslink.foo.bar -record.value dnslink=/ipns/foo/bar -zone.id \u003czone-ID\u003e\n\nsuccessfully deployed dnslink entry to route53\n```\n\nTo show the help menu:\n\n```shell\n$ dlink53 -h\n  -access.key string\n        aws access key to use if not using env auth\n  -name string\n        set aws authentication method, valid values are env or get (default \"env\")\n  -record.name string\n        the name of the dnslink record, ie _dnslink.foo.bar\n  -record.value string\n        the value of the dnslink record, ie dnslink=/ipns/foo/bar\n  -region string\n        the aws region your domain is hosted in (default \"us-east-1\")\n  -secret.key string\n        aws secret key use if not using env auth method\n  -zone.id string\n        the id of the hosted zone for your domain\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtradeltd%2Fdnslink-route53","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtradeltd%2Fdnslink-route53","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtradeltd%2Fdnslink-route53/lists"}