Convert a JavaScript object with string keys and arbitrary values into an object with string keys and DynamoDB AttributeValue objects as values.
Convert a JavaScript value into a DynamoDB AttributeValue or undefined
.
Convert a DynamoDB operation result (an object with string keys and AttributeValue values) to an object with string keys and native JavaScript values.
Convert a DynamoDB AttributeValue into a native JavaScript value.
A class that will convert arbitrary JavaScript data types to their most logical in the DynamoDB schema.