Go package to interact with Amazon Web Services
Install the package with:
go get gopkg.in/amz.v1/...
Import it with:
import "gopkg.in/amz.v1/<package>"
Example:
import "gopkg.in/amz.v1/ec2"
and use ec2 as the package name inside the code. The same applies to the other sub-packages: aws, s3, etc.
For more details, visit the project page:
and the API documentation: