attributeValueForObjectList
fun <T> List<T>?.attributeValueForObjectList(attributeValue: T.() -> DynamoAttributeValue): DynamoAttributeValue
This function converts a nullable List of non-nullable Ts to DynamoDb DynamoAttributeValue. The object T should be annotated with DynamoKt.
Author
Aseem Savio
Since
0.0.1