{"id":21286254,"url":"https://github.com/moriyoshi/aws-iam-emulator","last_synced_at":"2025-04-14T14:12:28.353Z","repository":{"id":57545799,"uuid":"299081408","full_name":"moriyoshi/aws-iam-emulator","owner":"moriyoshi","description":"A tiny application that emulates a small set of AWS IAM API.","archived":false,"fork":false,"pushed_at":"2024-10-08T08:06:59.000Z","size":4158,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T18:13:11.108Z","etag":null,"topics":["aws","emulator","go","iam"],"latest_commit_sha":null,"homepage":"","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/moriyoshi.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":"2020-09-27T17:17:03.000Z","updated_at":"2024-10-08T08:07:03.000Z","dependencies_parsed_at":"2022-09-05T12:31:02.301Z","dependency_job_id":null,"html_url":"https://github.com/moriyoshi/aws-iam-emulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moriyoshi%2Faws-iam-emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moriyoshi%2Faws-iam-emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moriyoshi%2Faws-iam-emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moriyoshi%2Faws-iam-emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moriyoshi","download_url":"https://codeload.github.com/moriyoshi/aws-iam-emulator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894938,"owners_count":21179152,"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","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","emulator","go","iam"],"created_at":"2024-11-21T11:28:11.682Z","updated_at":"2025-04-14T14:12:28.319Z","avatar_url":"https://github.com/moriyoshi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-iam-emualtor\n\n## What is this?\n\nThis is a tiny application that emulates a small set of AWS IAM API.\n\nCurrently the following actions are supported:\n\n* GetUser\n* GetGroup\n* ListUsers\n* ListGroups\n\n## Usage\n\n```\naws-iam-emulator [-bind address] FIXTURE\n\n-bind ADDRESS\n    bind to ADDRESS (default \"127.0.0.1:9000\")\n\nFIXTURE\n    fixture file\n```\n\nA command line example:\n\n```\n$ aws-iam-emulator -bind 127.0.0.1:9000 fixture.yml\n$ aws iam --endpoint-url=http://127.0.0.1:9000 get-group --group-name=foogroup\n```\n\n## Fixture file\n\nA fixture file is a YAML file that contains users and groups.\n\nA typical fixture is as follows:\n\n```\nusers:\n  - name: foo\n  - name: bar\n\ngroups:\n  - name: foogroup\n    members:\n      - foo\n  - name: bargroup\n    members:\n      - bar\n  - name: foobargroup\n    members:\n      - foo\n      - bar\n  - name: empty\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoriyoshi%2Faws-iam-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoriyoshi%2Faws-iam-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoriyoshi%2Faws-iam-emulator/lists"}