Documentation ¶
Overview ¶
Package dynamodb provides a library that uses DynamoDB to store your go types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalStreamImage ¶
func UnmarshalStreamImage(attribute map[string]events.DynamoDBAttributeValue, out interface{}) error
UnmarshalStreamImage converts events.DynamoDBAttributeValue to struct HT https://stackoverflow.com/questions/49129534/unmarshal-mapstringdynamodbattributevalue-into-a-struct
Types ¶
type Backend ¶
type Backend struct { Service dynamodbiface.DynamoDBAPI TableName *string }
Backend provides a connection to dynamo
Click to show internal directories.
Click to hide internal directories.