Static
caseStatic
cleanStatic
ddbMarshalls the given item into a DynamoDB format. If the item is an array, it maps over each element and marshalls it recursively. If the item is an object, it marshalls the object using the marshall function with options to remove undefined values and convert class instances to maps. If the item is neither an array nor an object, it converts the item to an attribute.
The item to be marshalled.
Optional
rec: booleanThe marshalled item in DynamoDB format.
Static
ddbStatic
isStatic
isStatic
isStatic
parseStatic
parse
Utility class containing various static methods for common operations.