{"id":17920573,"url":"https://github.com/nem035/dotenv-ssm","last_synced_at":"2026-05-13T12:39:38.409Z","repository":{"id":92965413,"uuid":"315014067","full_name":"nem035/dotenv-ssm","owner":"nem035","description":"Build .env from AWS SSM","archived":false,"fork":false,"pushed_at":"2023-10-12T09:55:02.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T21:47:12.069Z","etag":null,"topics":["12factor","aws","dotenv","ssm"],"latest_commit_sha":null,"homepage":"","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/nem035.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":"2020-11-22T10:47:11.000Z","updated_at":"2023-10-12T09:54:55.000Z","dependencies_parsed_at":"2024-12-16T07:26:02.985Z","dependency_job_id":"4707290e-8ffe-48ff-b5c3-cc4c58506fab","html_url":"https://github.com/nem035/dotenv-ssm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nem035/dotenv-ssm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fdotenv-ssm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fdotenv-ssm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fdotenv-ssm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fdotenv-ssm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nem035","download_url":"https://codeload.github.com/nem035/dotenv-ssm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nem035%2Fdotenv-ssm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32983615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T11:31:52.688Z","status":"ssl_error","status_checked_at":"2026-05-13T11:31:52.072Z","response_time":115,"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":["12factor","aws","dotenv","ssm"],"created_at":"2024-10-28T20:26:11.091Z","updated_at":"2026-05-13T12:39:38.394Z","avatar_url":"https://github.com/nem035.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOTENV SSM [![npm](https://img.shields.io/npm/v/dotenv-ssm.svg?style=flat-square)](https://www.npmjs.com/package/dotenv-ssm)\n\nSimple utility to fetch env vars from the [AWS SSM Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html) and create a `.env` file from them.\n\nNote: this script will auto-decrypt the vars.\n\n## Usage\n\nIntended to be run as a script, with the following env vars:\n\n```ssh\nAWS_ACCESS_KEY_ID=accessKey\nAWS_SECRET_ACCESS_KEY=secretKey\nAWS_REGION=us-east-1\nSSM_PREFIX=/myapp/production/\n```\n\nYou can execute it with `npx`:\n\n```sh\nnpx dotenv-ssm\n```\n\nOr, if you have it installed as a binary:\n\n```sh\ndotenv-ssm\n```\n\nOr as part of an npm script:\n\n```json\n{\n  \"name\": \"example\",\n  \"version\": \"1.0.0\",\n  \"description\": \"\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"ssm-secrets\": \"dotenv-ssm\"\n  },\n  \"keywords\": [],\n  \"author\": \"\",\n  \"license\": \"ISC\",\n  \"dependencies\": {\n    \"dotenv-ssm\": \"^1.0.0\"\n  }\n}\n```\n\n## Installation\n\n```sh\n# npm\nnpm i dotenv-ssm\n\n# yarn\nyarn add dotenv-ssm\n```\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnem035%2Fdotenv-ssm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnem035%2Fdotenv-ssm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnem035%2Fdotenv-ssm/lists"}