dynamodb_service

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const AttribPk = "_pk"
View Source
const AttribSk = "_sk"

Variables

This section is empty.

Functions

func New

New - Create a new DynamoDB key value plugin implementation

func NewWithClient

func NewWithClient(client *dynamodb.DynamoDB) (document.DocumentService, error)

NewWithClient - Mainly used for testing

Types

type DynamoDocService

type DynamoDocService struct {
	document.UnimplementedDocumentPlugin
	// contains filtered or unexported fields
}

DynamoDocService - AWS DynamoDB AWS Nitric Document service

func (*DynamoDocService) Delete

func (s *DynamoDocService) Delete(key *document.Key) error

func (*DynamoDocService) Get

func (*DynamoDocService) Query

func (s *DynamoDocService) Query(collection *document.Collection, expressions []document.QueryExpression, limit int, pagingToken map[string]string) (*document.QueryResult, error)

func (*DynamoDocService) QueryStream added in v0.12.0

func (s *DynamoDocService) QueryStream(collection *document.Collection, expressions []document.QueryExpression, limit int) document.DocumentIterator

func (*DynamoDocService) Set

func (s *DynamoDocService) Set(key *document.Key, value map[string]interface{}) error

Jump to

Keyboard shortcuts

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