![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
module
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Nov 7, 2023
License: MIT
Opens a new window with license information.
README
¶
aws-go-dynamodb
![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)
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
¶
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. |
|
|
Click to show internal directories.
Click to hide internal directories.