{"id":22180642,"url":"https://github.com/jftuga/awswho","last_synced_at":"2026-05-12T07:33:45.576Z","repository":{"id":229955737,"uuid":"723091256","full_name":"jftuga/awswho","owner":"jftuga","description":"Quickly output AWS sts get-caller-identity","archived":false,"fork":false,"pushed_at":"2023-11-24T18:03:39.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T23:29:54.647Z","etag":null,"topics":["aws","aws-sts","command-line","command-line-tool","cross-platform","go","golang"],"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/jftuga.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":"2023-11-24T16:57:43.000Z","updated_at":"2023-11-24T17:04:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d74a2f6a-30ee-4e1f-a307-3bb81ed30a22","html_url":"https://github.com/jftuga/awswho","commit_stats":null,"previous_names":["jftuga/awswho"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Fawswho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Fawswho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Fawswho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Fawswho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jftuga","download_url":"https://codeload.github.com/jftuga/awswho/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245332055,"owners_count":20598096,"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","aws-sts","command-line","command-line-tool","cross-platform","go","golang"],"created_at":"2024-12-02T09:18:59.158Z","updated_at":"2026-05-12T07:33:40.550Z","avatar_url":"https://github.com/jftuga.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awswho\nQuickly output the results of the AWS sts get-caller-identity API\n\n**awswho** does nearly the same thing as running `aws sts get-caller-identity` but is about 75% faster since it is written in Go.  It is also portable since it can be compiled\ninto a static, stand-alone binary executable.\n\n## Usage\n```\nUsage of awswho:\n  -a\toutput Account as well as Arn and UserId\n  -n\toutput a newline character\n  -p string\n    \tan aws profile listed in ~/.aws/config (default \"default\")\n  -r string\n    \taws region (default \"us-east-1\")\n  -v\toutput version and then exit\n```\n\n## Installation\n\n* macOS: `brew update; brew install jftuga/tap/awsho`\n* Binaries for Linux, macOS and Windows are provided in the [releases](https://github.com/jftuga/awswho/releases) section.\n\n## Compilation\n\nStatic compilation can be achieved by running:\n\n`CGO_ENABLED=0 go build -ldflags=\"-extldflags=-static\"`\n\n## Examples\n\n```bash\n# no newline, by default -- good for scripting\njftuga@ubuntu:~$ awswho\n123456789012jftuga@ubuntu:~$\n\n# use a named profile with -p and region with -r\njftuga@ubuntu:~$ awswho -p prod -r us-east-2 -n\n098765432123\n\n# display all identity info with -a, plus add a newline with -n\n$ jftuga@ubuntu:~$ awswho -a -n\n123456789012 arn:aws:iam::123456789012:user/default AID123CCCCC12345AAAAA\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjftuga%2Fawswho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjftuga%2Fawswho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjftuga%2Fawswho/lists"}