awsgo

module
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 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/

Jump to

Keyboard shortcuts

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