Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (sdk.KeyValueService, error)
Create a New DynamoDB key value plugin implementation
func NewWithClient ¶
func NewWithClient(client dynamodbiface.DynamoDBAPI) (sdk.KeyValueService, error)
Mainly used for mock testing to inject a mock client into this plugin
Types ¶
type DynamoDbKVService ¶
type DynamoDbKVService struct {
sdk.UnimplementedKeyValuePlugin
// contains filtered or unexported fields
}
AWS DynamoDB AWS Nitric Key Value service
func (*DynamoDbKVService) Delete ¶
func (s *DynamoDbKVService) Delete(collection string, key string) error
type NitricKVDocument ¶
NitricKVDocument - represents the structure of a Key Value record when stored in DynamoDB
Click to show internal directories.
Click to hide internal directories.