{"id":15858960,"url":"https://github.com/liamg/iamgo","last_synced_at":"2025-03-15T23:30:53.005Z","repository":{"id":43646720,"uuid":"448878700","full_name":"liamg/iamgo","owner":"liamg","description":"Parse/assemble AWS IAM policy documents and their various quirks","archived":false,"fork":false,"pushed_at":"2023-08-30T13:55:12.000Z","size":41,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T04:24:56.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/liamg.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":"2022-01-17T12:09:20.000Z","updated_at":"2023-11-12T18:27:03.000Z","dependencies_parsed_at":"2024-06-18T21:28:38.653Z","dependency_job_id":null,"html_url":"https://github.com/liamg/iamgo","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fiamgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fiamgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fiamgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liamg%2Fiamgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liamg","download_url":"https://codeload.github.com/liamg/iamgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801610,"owners_count":20350106,"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":[],"created_at":"2024-10-05T21:02:23.589Z","updated_at":"2025-03-15T23:30:52.606Z","avatar_url":"https://github.com/liamg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iamgo\n\n`iamgo` is a Go package for parsing/assembling AWS IAM policy documents, as the official SDK does not seem to fully support this.\n\nIt handles the multiple possible types for various IAM elements and hides this complexity from the consumer.\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \n    \"github.com/liamg/iamgo\"\n)\n\nfunc main() {\n\n    rawJSON := []byte(`...`)\n\n    doc, err := iamgo.Parse(rawJSON)\n    if err != nil {\n        panic(err)\n    }\n    fmt.Printf(\"Done: %#v\\n\", doc)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fiamgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliamg%2Fiamgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliamg%2Fiamgo/lists"}