Categorygithub.com/sjauld/dynagodb
modulepackage
0.2.0
Repository: https://github.com/sjauld/dynagodb.git
Documentation: pkg.go.dev

# README

DynagoDB

Travis build status Maintainability Test Coverage FOSSA Status

Abstractions to facilitate the management of resources in DynamoDB

Warning: the API of this pre-1.0 library is unstable. It is recommended to use dependency management.

Usage

Storing objects in DynamoDB

@todo

Retrieving obects from DynamoDB

@todo

License

FOSSA Status

# Functions

New returns a pointer to a Backend.
NewIter returns a pointer to an Iter for the backend provided.
UnmarshalStreamImage converts events.DynamoDBAttributeValue to struct HT https://stackoverflow.com/questions/49129534/unmarshal-mapstringdynamodbattributevalue-into-a-struct.

# Variables

ErrNullBackend is returned if you try to create an iterator with a null backend.

# Structs

Backend provides a connection to dynamo.
Iter provides a convenient interface for iterating over the elements returned from paginated list API calls.