Skip to content
forked from AdRoll/goamz

Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB

License

Notifications You must be signed in to change notification settings

shanemeyers/goamz

This branch is 680 commits behind AdRoll/goamz:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c12341 · Feb 5, 2014
Jan 23, 2014
Feb 4, 2014
Feb 5, 2014
Jan 28, 2014
Feb 3, 2014
Jan 29, 2014
Jan 28, 2014
Jan 27, 2014
Sep 9, 2013
Jan 31, 2014
Jan 29, 2014
Jan 29, 2014
Jan 31, 2014
Aug 27, 2013
Dec 12, 2013
May 23, 2012
Jan 31, 2014
Mar 9, 2012
Sep 5, 2013

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/crowdmob/goamz/aws
github.com/crowdmob/goamz/cloudwatch
github.com/crowdmob/goamz/dynamodb
github.com/crowdmob/goamz/ec2
github.com/crowdmob/goamz/elb
github.com/crowdmob/goamz/iam
github.com/crowdmob/goamz/s3
github.com/crowdmob/goamz/sqs

github.com/crowdmob/goamz/exp/mturk
github.com/crowdmob/goamz/exp/sdb
github.com/crowdmob/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/crowdmob/goamz

How to build and install goamz

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

  • $ go get github.com/crowdmob/goamz/ec2
  • $ go get github.com/crowdmob/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/crowdmob/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

Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published