Skip to content

junish/aws-go-dynamodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-go-dynamodb

GoDoc Build Status MIT License

aws-go-dynamodb is a Amazon DynamoDB library built with aws/aws-sdk-go.

Testing

If you want to run the tests, you SHOULD use a decicated DynamoDB table for the tests.

You can specify the table name in environment variable.

$ cd table
$ export TEST_DYNAMODB_TABLE_NAME=aws-go-dynamodb-test
$ go test -v

About

A DynamoDB client built with aws/aws-sdk-go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%