aws/aws-sdk-go-v2

AWS SDK for the Go programming language.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 19th, 2026
Created on July 2nd, 2017
Open Issues & Pull Requests: 149 (+0)
GitHub issues: Enabled
Number of forks: 818
Total Stargazers: 3,655 (+0)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.9 hours
Mean response time: 21.5 days
90th percentile: 43.2 days
Tracked items: 344

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 15% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 12 hours, while "feature/s3/transfermanager" waits about 10 days. 57% of tracked open issues have had no activity in three months. Only 59% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 112
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 567 days
Stale 30+ days: 97
Stale 90+ days: 80

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (149)
  • feature-request (108)
  • service-api (78)
  • p2 (67)
  • queued (64)
  • needs-triage (53)
  • p3 (41)
  • response-requested (32)

Detailed Description

AWS SDK for Go v2 is the official AWS SDK for the Go programming language.

The SDK enables Go developers to programmatically interact with AWS services by providing client libraries for each service. It follows Go's standard patterns and module system, allowing developers to import only the service clients they need rather than loading the entire SDK. The v2 SDK requires a minimum Go version and aligns its support policy with upstream Go releases, extending support for the most recently deprecated language version by an additional six months.

Developers building applications that integrate with AWS services should adopt this SDK. It suits any Go project that needs to call AWS APIs, from command-line tools to backend services and infrastructure automation. The SDK is the official, maintained solution for Go-AWS integration and is the appropriate choice for new projects targeting modern Go versions.

The project maintains active issue tracking and discussion forums for bug reports, feature requests, and community questions. Development follows a structured approach with GitHub Projects used to track larger refactoring efforts and multi-pull-request initiatives. The maintainers document their maintenance and support policies explicitly, including version support matrices and Go version support guidelines, with a stated willingness to drop support for unsupported Go versions earlier if critical security issues require it.