Registry / cloud / aws-aws-sdk-go

aws-aws-sdk-go

JSON →
library1.55.8gogounverified

Package aws provides the core SDK for interacting with Amazon Web Services.

go get github.com/aws/aws-sdk-go
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO
A
aws-aws-sdk-go
cloudgov1.55.8
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

Create an AWS session and print the configured region

package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" ) func main() { sess := session.Must(session.NewSession()) fmt.Println(aws.StringValue(sess.Config.Region)) }
Debug
Known issues
breakingAWS SDK v1 is in maintenance mode; v2 is recommended for new projects
fix
Use github.com/aws/aws-sdk-go-v2 instead
affects: >=1.0.0
Upgrade
Version history
1.55.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
aws-aws-sdk-go — go get aws-aws-sdk-go · libregistry