To download and launch DynamoDB local:
$ make
To test:
$ go test -v -amazon
WARNING: Some dangerous operations such as DeleteTable
will be performed during the tests. Please be careful.
To test:
$ go test -v -amazon -local=false
Note: Running tests against real DynamoDB will take several minutes.