{"id":22218217,"url":"https://github.com/hellogustav/ex_aws_ssm","last_synced_at":"2025-07-27T14:32:30.438Z","repository":{"id":57499102,"uuid":"138999161","full_name":"hellogustav/ex_aws_ssm","owner":"hellogustav","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-03T14:51:08.000Z","size":24,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T06:17:17.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/hellogustav.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":"2018-06-28T09:48:05.000Z","updated_at":"2020-08-21T13:56:34.000Z","dependencies_parsed_at":"2022-08-28T15:20:46.749Z","dependency_job_id":null,"html_url":"https://github.com/hellogustav/ex_aws_ssm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hellogustav/ex_aws_ssm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Fex_aws_ssm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Fex_aws_ssm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Fex_aws_ssm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Fex_aws_ssm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellogustav","download_url":"https://codeload.github.com/hellogustav/ex_aws_ssm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Fex_aws_ssm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266890671,"owners_count":24001597,"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-07-24T02:00:09.469Z","response_time":99,"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":[],"created_at":"2024-12-02T22:19:37.821Z","updated_at":"2025-07-27T14:32:30.147Z","avatar_url":"https://github.com/hellogustav.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExAws.SSM\n\nService module for https://github.com/ex-aws/ex_aws\n\nAdd support for SSM to ExAws\n\nDocumentation can be found at [https://hexdocs.pm/ex_aws_ssm](https://hexdocs.pm/ex_aws_ssm).\n\n## API Coverage\n\nThe following actions are currently supported.\n\n| action              |\n| ---------------------- |\n| delete_parameter       |\n| delete_parameters      |\n| get_parameter          |\n| get_parameters         |\n| get_parameters_by_path |\n| get_parameter_history  |\n| put_parameter          |\n\n## Installation\n\nThe package can be installed by adding ex_aws_ssm to your list of dependencies in mix.exs along with :ex_aws and your preferred JSON codec / http client\n\n```elixir\ndef deps do\n  [\n    {:ex_aws, \"~\u003e 2.0\"},\n    {:ex_aws_ssm, \"~\u003e 2.0\"},\n    {:poison, \"~\u003e 3.0\"},\n    {:hackney, \"~\u003e 1.9\"},\n  ]\nend\n```\n\n## Testing\nTo run integration tests run the included `docker-compose.yml` using `docker-compose up` to start [localstack](https://github.com/localstack/localstack).\nNow we can include integration tests by running `mix test` as:\n```\n$ mix test --include integration:true\n```\n\n## Configuration\nYou can set service specific configuration for `:ssm` in the same way as with other `ex_aws` service modules.\n\n```elixir\nconfig :ex_aws, ssm: [\n  region: \"us-west-2\"\n]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellogustav%2Fex_aws_ssm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellogustav%2Fex_aws_ssm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellogustav%2Fex_aws_ssm/lists"}