Skip to content

hailocab/goamz

This branch is 72 commits ahead of, 761 commits behind AdRoll/goamz:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

805386b · Oct 15, 2014
May 1, 2014
May 28, 2014
Jan 28, 2014
Jan 28, 2014
Feb 24, 2014
Jan 15, 2014
Jan 28, 2014
Oct 8, 2013
Oct 15, 2014
Jun 5, 2014
Jan 28, 2014
Apr 5, 2014
Oct 8, 2013
Dec 12, 2013
May 23, 2012
Jan 28, 2014
Mar 9, 2012
Jan 11, 2014

Repository files navigation

GoAMZ

Build Status

The goamz package enables Go programs to interact with Amazon Web Services.

This is a fork of the version developed within Canonical with additional functionality and services from a number of contributors!

The API of AWS is very comprehensive, though, and goamz doesn't even scratch the surface of it. That said, it's fairly well tested, and is the foundation in which further calls can easily be integrated. We'll continue extending the API as necessary - Pull Requests are very welcome!

The following packages are available at the moment:

github.com/hailocab/goamz/aws
github.com/hailocab/goamz/cloudwatch
github.com/hailocab/goamz/dynamodb
github.com/hailocab/goamz/ec2
github.com/hailocab/goamz/elb
github.com/hailocab/goamz/iam
github.com/hailocab/goamz/s3
github.com/hailocab/goamz/sqs

github.com/hailocab/goamz/exp/mturk
github.com/hailocab/goamz/exp/sdb
github.com/hailocab/goamz/exp/sns

Packages under exp/ are still in an experimental or unfinished/unpolished state.

API documentation

The API documentation is currently available at:

http://godoc.org/github.com/hailocab/goamz

How to build and install goamz

Just use go get with any of the available packages. For example:

  • $ go get github.com/hailocab/goamz/ec2
  • $ go get github.com/hailocab/goamz/s3

Running tests

To run tests, first install gocheck with:

$ go get launchpad.net/gocheck

Then run go test as usual:

$ go test github.com/hailocab/goamz/...

Note: running all tests with the command go test ./... will currently fail as tests do not tear down their HTTP listeners.

If you want to run integration tests (costs money), set up the EC2 environment variables as usual, and run:

$ gotest -i

About

goamz with some special sauce

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%