Skip to content

ddb is a collection of functions that make AWS DynamoDB easier to work with

License

Notifications You must be signed in to change notification settings

danielwchapman/ddb

Repository files navigation

ddb

ddb is a collection of functions that make AWS DynamoDB easier to work with.

Install
go get github.com/danielwchapman/ddb              
Unit Testing
go test ./... -shuffle=on -v
Example Integration Test command:
env TEST_TABLE=Users INTEGRATION=on AWS_PROFILE=sandbox go test ./... -shuffle=on -v -coverprofile=cover.out

About

ddb is a collection of functions that make AWS DynamoDB easier to work with

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published