Skip to content

grokify/awsgo

Repository files navigation

AWS Go (Helpers)

Build Status Lint Status Go Report Card Docs License

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

About

Various helpers to simplify using AWS.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages