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