Documentation ¶
Overview ¶
DynamoDB utils for hiding complexity
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Number ¶
func Number(input int) *dynamodb.AttributeValue
func NumberFromString ¶
func NumberFromString(input string) *dynamodb.AttributeValue
func String ¶
func String(value string) *dynamodb.AttributeValue
Types ¶
type Record ¶
type Record map[string]*dynamodb.AttributeValue
this shorthand type does not exist in AWS' library, even though this is rather common
func EventImageToRecord ¶
func EventImageToRecord(eventRecord map[string]events.DynamoDBAttributeValue) Record
Click to show internal directories.
Click to hide internal directories.