Open
Description
Is there an easy/recommended way to convert between an aws-lambda-go data type (e.g. map[string]events.DynamoDBAttributeValue
) and the equivalent AWS SDK data type (e.g. map[string]dynamodb.AttributeValue
)? Seems like there's a sort of parallel duplication going on, and I'd like to be consistent in my usage.
Thanks!
https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/dynamodbattribute/