awsgo

module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2024 License: MIT

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"
			}
		}
	}
}

Directories

Path Synopsis
alexaforbusinessutil
pricingutil provices some helpers for the AWS Pricing API: https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/
pricingutil provices some helpers for the AWS Pricing API: https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/
trustedadvisorutil is a helper package for; https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/trustedadvisor
trustedadvisorutil is a helper package for; https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/trustedadvisor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL