Versions in this module Expand all Collapse all v0 v0.2.0 Jul 14, 2021 Changes in this version + func New() (sdk.DocumentService, error) + func NewWithClient(client *dynamodb.DynamoDB) (sdk.DocumentService, error) + type DynamoDocService struct + func (s *DynamoDocService) Delete(key *sdk.Key) error + func (s *DynamoDocService) Get(key *sdk.Key) (*sdk.Document, error) + func (s *DynamoDocService) Query(collection *sdk.Collection, expressions []sdk.QueryExpression, limit int, ...) (*sdk.QueryResult, error) + func (s *DynamoDocService) Set(key *sdk.Key, value map[string]interface{}) error