goamz

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

  • 所有者: AdRoll/goamz
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

GoAMZ

Sourcegraph

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

github.com/AdRoll/goamz/exp/mturk
github.com/AdRoll/goamz/exp/sdb
github.com/AdRoll/goamz/exp/ses

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/AdRoll/goamz

How to build and install goamz

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

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

主要指标

概览
名称与所有者AdRoll/goamz
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证Other
所有者活动
创建于2013-04-01 19:36:11
推送于2023-07-14 10:05:14
最后一次提交2017-08-25 11:48:02
发布数0
用户参与
星数399
关注者数38
派生数212
提交数1.2k
已启用问题?
问题数84
打开的问题数38
拉请求数323
打开的拉请求数5
关闭的拉请求数35
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?