{"id":17111099,"url":"https://github.com/davidrjonas/ssm-template","last_synced_at":"2026-06-22T19:31:23.223Z","repository":{"id":75475219,"uuid":"172121587","full_name":"davidrjonas/ssm-template","owner":"davidrjonas","description":"Simplified confd that only has ssm as a backend, no config, stdin and out only.","archived":false,"fork":false,"pushed_at":"2019-02-26T19:33:55.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T04:24:14.341Z","etag":null,"topics":["aws","confd","configuration-management","go","parameter-store","ssm","template"],"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/davidrjonas.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":"2019-02-22T19:15:16.000Z","updated_at":"2021-02-22T01:32:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd6dd7d0-b4ca-476a-9bb0-81ef51a8103b","html_url":"https://github.com/davidrjonas/ssm-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/davidrjonas/ssm-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidrjonas%2Fssm-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidrjonas%2Fssm-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidrjonas%2Fssm-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidrjonas%2Fssm-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidrjonas","download_url":"https://codeload.github.com/davidrjonas/ssm-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidrjonas%2Fssm-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34663522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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","confd","configuration-management","go","parameter-store","ssm","template"],"created_at":"2024-10-14T16:49:08.935Z","updated_at":"2026-06-22T19:31:23.203Z","avatar_url":"https://github.com/davidrjonas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"ssm-template\n============\n\nA simple template renderer with support for [AWS Systems Manager Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html). Based on the venerable [confd](https://github.com/kelseyhightower/confd), dramatically simplified, adding [Masterminds sprig functions](https://github.com/Masterminds/sprig).\n\nResources\n---------\n\n- [confd template functions](https://github.com/kelseyhightower/confd/blob/master/docs/templates.md)\n- [sprig template functions](http://masterminds.github.io/sprig/)\n\nUsage\n-----\n\nThere are no options or configuration. AWS credentials are set in the usual way via `~/.aws/credentials` and environment variables.\n\nRead from STDIN, write to STDOUT, errors to STDERR, exit code set.\n\n```bash\n$ cat \u003c\u003cEOF \u003e my.conf.tpl\nSprig now: {{ now }}\nconfd getenv: {{ getenv \"HOME\" }}\n\n{{ with get \"/config/host\" -}}\nconfd get: {{ .Key }}={{ .Value }}\n{{- end }}\n\nconfd gets:\n{{- range gets \"/config\" }}\n- key: {{ .Key }}\n  value: {{ .Value }}\n{{- end }}\nEOF\n\n$ AWS__REGION=us-west-1 ssm-template \u003c my.conf.tpl | tee my.conf\nSprig now: 2019-02-22 14:32:51.121105 -0800 PST m=+0.039965546\nconfd getenv: /Users/djonas\n\nconfd get: /config/host=127.0.0.1\n\nconfd gets:\n- key: /config/host\n  value: 127.0.0.1\n- key: /config/port\n  value: 80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidrjonas%2Fssm-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidrjonas%2Fssm-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidrjonas%2Fssm-template/lists"}