# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
AWS Go (Helpers)
AWSgo provices helper libraries for the AWS Go SDK:
- Dev Guide: https://aws.amazon.com/sdk-for-go/
- GitHub: https://github.com/aws/aws-sdk-go
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"
}
}
}
}