aws-go-dynamodb

module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: MIT

README

aws-go-dynamodb

PkgGoDev Go MIT License

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

Testing

The tests will run on DynamoDB Local running on tcp/18000. Docker helps you to launch it on your local.

$ docker pull amazon/dynamodb-local:latest
$ docker run --name aws-go-dynamodb -d -p 18000:8000 amazon/dynamodb-local:latest
$ cd table
$ go test -v
$ docker rm -f aws-go-dynamodb

Directories

Path Synopsis
Package attributes provides wrappers for dynamodb.AttributeValue.
Package attributes provides wrappers for dynamodb.AttributeValue.
Package table provides the table instance for operations on the DynamoDB table.
Package table provides the table instance for operations on the DynamoDB table.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL