package
0.10.4
Repository: https://github.com/jadekler/aws-sdk-go.git
Documentation: pkg.go.dev

# Functions

ConvertFrom accepts a *dynamodb.AttributeValue and converts it to any interface{}.
ConvertFromList accepts a []*dynamodb.AttributeValue and converts it to an array or slice.
ConvertFromMap accepts a map[string]*dynamodb.AttributeValue and converts it to a map[string]interface{} or struct.
ConvertTo accepts any interface{} and converts it to a *dynamodb.AttributeValue.
ConvertToList accepts an array or slice and converts it to a []*dynamodb.AttributeValue.
ConvertToMap accepts a map[string]interface{} or struct and converts it to a map[string]*dynamodb.AttributeValue.