{"id":19373747,"url":"https://github.com/waelson/node-aws-ssm","last_synced_at":"2026-04-15T11:35:05.009Z","repository":{"id":120617073,"uuid":"367153387","full_name":"Waelson/Node-AWS-SSM","owner":"Waelson","description":"Simple application that shows the integration with the AWS SSM service ","archived":false,"fork":false,"pushed_at":"2021-05-13T19:42:18.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T15:22:04.164Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Waelson.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-05-13T19:26:35.000Z","updated_at":"2021-05-13T19:42:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"56ad05bf-ecff-41b6-9221-23152b6e3461","html_url":"https://github.com/Waelson/Node-AWS-SSM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Waelson/Node-AWS-SSM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waelson%2FNode-AWS-SSM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waelson%2FNode-AWS-SSM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waelson%2FNode-AWS-SSM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waelson%2FNode-AWS-SSM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Waelson","download_url":"https://codeload.github.com/Waelson/Node-AWS-SSM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waelson%2FNode-AWS-SSM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31839688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"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":[],"created_at":"2024-11-10T08:31:27.882Z","updated_at":"2026-04-15T11:35:04.995Z","avatar_url":"https://github.com/Waelson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\nSimple application that shows the integration with the AWS SSM service \n\n---\n\n### Pre Requirements\n- You must have an AWS account\n- You must have IAM permission to write and read in SSM (see policy.json file in the repository)\n\n\n## Steps\n### 1 - Cloning project\n```bash\ngit clone https://github.com/Waelson/Node-AWS-SSM.git\n```\n\n### 2 - Install dependencies\n```bash\ncd Node-AWS-SSM\n```\n\nInstall all libraries\n```bash\nnpm i\n```\n\n### 3 - Storing parameters\n```bash\naws ssm put-parameter --name /config/database/user --value SVC_User --type String\n```\n\n### 4 - Setting environment variables\n```bash\nexport AWS_REGION = \u003cregion\u003e\nexport AWS_ACCESS_KEY = \u003caccessKey\u003e\nexport AWS_SECRET_ACCESS_KEY = \u003csecretAccessKey\u003e\n\n```\n### 5 - Accessing application\n```bash\ncurl http://localhost:3000\n```\nOutput\n```json\n{\n  \"name\": \"/config/database/user\",\n  \"value\":\"SVC_User\"\n }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaelson%2Fnode-aws-ssm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaelson%2Fnode-aws-ssm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaelson%2Fnode-aws-ssm/lists"}