Registry / cloud / aws-aws-sdk-go-v2

aws-aws-sdk-go-v2

JSON →
library1.42.0gogounverified

The official AWS SDK v2 for the Go programming language, providing access to AWS services.

go get github.com/aws/aws-sdk-go-v2
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2
A
aws-aws-sdk-go-v2
cloudgov1.42.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aws
github.com/aws/aws-sdk-go-v2

Load default AWS configuration.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/config" ) func main() { cfg, err := config.LoadDefaultConfig(context.TODO()) if err != nil { panic(err) } fmt.Println(cfg.Region) }
Debug
Known issues
breakingBreaking changes between v1 and v2
fix
Migrate from v1 to v2 using the official migration guide.
affects: >=2.0.0
Upgrade
Version history
1.42.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
35
OpenAI (training)
2
Resources
aws-aws-sdk-go-v2 — go get aws-aws-sdk-go-v2 · libregistry