{"id":15797913,"url":"https://github.com/grokify/awsgo","last_synced_at":"2025-03-31T19:45:47.276Z","repository":{"id":149367835,"uuid":"621721158","full_name":"grokify/awsgo","owner":"grokify","description":"Various helpers to simplify using AWS.","archived":false,"fork":false,"pushed_at":"2024-04-07T12:16:37.000Z","size":263,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-07T13:28:31.066Z","etag":null,"topics":[],"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/grokify.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}},"created_at":"2023-03-31T08:43:15.000Z","updated_at":"2024-08-18T09:20:11.381Z","dependencies_parsed_at":null,"dependency_job_id":"a49dbdb4-5750-49c0-9988-d4326f55f86e","html_url":"https://github.com/grokify/awsgo","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fawsgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fawsgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fawsgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grokify%2Fawsgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grokify","download_url":"https://codeload.github.com/grokify/awsgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531986,"owners_count":20792735,"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-05T00:21:54.543Z","updated_at":"2025-03-31T19:45:47.271Z","avatar_url":"https://github.com/grokify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Go (Helpers)\n\n[![Build Status][build-status-svg]][build-status-url]\n[![Lint Status][lint-status-svg]][lint-status-url]\n[![Go Report Card][goreport-svg]][goreport-url]\n[![Docs][docs-godoc-svg]][docs-godoc-url]\n[![License][license-svg]][license-url]\n\nAWSgo provices helper libraries for the AWS Go SDK:\n\n* Dev Guide: https://aws.amazon.com/sdk-for-go/\n* GitHub: https://github.com/aws/aws-sdk-go\n\n## Installation\n\n```\n$ go get github.com/grokify/awsgo/...\n```\n\n## Configuration\n\nAWS Basic Auth can be used using [`goauth`](https://github.com/grokify/goauth) with the following configuration:\n\n```\n{\n\t\"credentials\": {\n\t\t\"AWS\": {\n\t\t\t\"service\": \"aws\",\n\t\t\t\"type\": \"basic\",\n\t\t\t\"basic\": {\n\t\t\t\t\"username\": \"my_username\",\n\t\t\t\t\"password\": \"my_password\"\n\t\t\t}\n\t\t}\n\t}\n}\n``````\n\n [build-status-svg]: https://github.com/grokify/awsgo/actions/workflows/test.yaml/badge.svg?branch=main\n [build-status-url]: https://github.com/grokify/awsgo/actions/workflows/test.yaml\n [lint-status-svg]: https://github.com/grokify/awsgo/actions/workflows/lint.yaml/badge.svg?branch=main\n [lint-status-url]: https://github.com/grokify/awsgo/actions/workflows/lint.yaml\n [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/awsgo\n [goreport-url]: https://goreportcard.com/report/github.com/grokify/awsgo\n [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/awsgo\n [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/awsgo\n [loc-svg]: https://tokei.rs/b1/github/grokify/awsgo\n [repo-url]: https://github.com/grokify/awsgo\n [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n [license-url]: https://github.com/grokify/awsgo/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fawsgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrokify%2Fawsgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrokify%2Fawsgo/lists"}