{"id":19361576,"url":"https://github.com/mxk/awsscan","last_synced_at":"2025-02-24T12:25:32.469Z","repository":{"id":57616054,"uuid":"167267230","full_name":"mxk/awsscan","owner":"mxk","description":"Tool for mapping all resources in an AWS account","archived":false,"fork":false,"pushed_at":"2019-02-12T14:00:22.000Z","size":109,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-06T19:47:27.727Z","etag":null,"topics":["aws","cloud","devops","go","golang","terraform"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mxk.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":"2019-01-23T22:59:10.000Z","updated_at":"2022-06-06T02:15:40.000Z","dependencies_parsed_at":"2022-08-27T07:51:18.430Z","dependency_job_id":null,"html_url":"https://github.com/mxk/awsscan","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxk%2Fawsscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxk%2Fawsscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxk%2Fawsscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxk%2Fawsscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxk","download_url":"https://codeload.github.com/mxk/awsscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240476473,"owners_count":19807523,"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","cloud","devops","go","golang","terraform"],"created_at":"2024-11-10T07:23:59.001Z","updated_at":"2025-02-24T12:25:32.132Z","avatar_url":"https://github.com/mxk.png","language":"Go","readme":"awsscan\n=======\n\n[![GoDoc](https://godoc.org/github.com/mxk/awsscan?status.svg)](https://godoc.org/github.com/mxk/awsscan)\n\nA tool for mapping all resources in an AWS account.\n\nAdding scan service support\n---------------------------\n\n1. Build svcgen: `cd aws/scan/svcgen \u0026\u0026 go install -tags codegen \u0026\u0026 cd -`\n2. Generate service template: `svcgen aws/scan/svc \u003cservice-name\u003e [...]`\n   * Service names match [AWS SDK v2 service directory\n   names](https://github.com/aws/aws-sdk-go-v2/tree/master/service).\n3. Open the template file `aws/scan/svc/\u003cservice-name\u003e.go` and remove\n   unnecessary API calls.\n4. Implement non-root API calls. See other services for examples. Most patterns\n   are handled by `Ctx.Split`, `Ctx.Group`, and `Ctx.CopyInput`.\n5. Format code and run unit tests: `go fmt ./... \u0026\u0026 go test ./...`\n6. Build and run a scan: `go install \u0026\u0026 awsscan -services \u003cservice-name\u003e`\n   * Ideally, this should be done with an account that contains resources for\n     the new service, but a scan that returns nothing is still useful to verify\n     that the root calls do not return unexpected errors.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxk%2Fawsscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxk%2Fawsscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxk%2Fawsscan/lists"}