Categorygithub.com/grokify/awsgo
module
0.5.1
Repository: https://github.com/grokify/awsgo.git
Documentation: pkg.go.dev

# README

AWS Go (Helpers)

Build Status Go Report Card Docs License

AWSgo provices helper libraries for the AWS Go SDK:

Installation

$ go get github.com/grokify/awsgo/...

Configuration

AWS Basic Auth can be used using goauth with the following configuration:

{
	"credentials": {
		"AWS": {
			"service": "aws",
			"type": "basic",
			"basic": {
				"username": "my_username",
				"password": "my_password"
			}
		}
	}
}

# Packages

No description provided by the author
No description provided by the author
costexplorerutil is a helper package for: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/costexplorer.
No description provided by the author
pricingutil provices some helpers for the AWS Pricing API: https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
trustedadvisorutil is a helper package for; https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/trustedadvisor.