mitchellh / goamz

Golang Amazon Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamoDB support

OrCharles opened this issue · comments

I am currently using the aws and s3 packages from this repository. It would be nice if dynamodb was here also. Maybe we can pull this in from
https://github.com/tav/dynamodb ?

Or, maybe we can bring this in https://github.com/AdRoll/goamz/tree/master/dynamodb

I'd be willing to help port this over as right now I'm using AdRoll's fork