StaticcaseStaticcleanStaticddbMarshalls 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.
Optionalrec: booleanThe marshalled item in DynamoDB format.
StaticddbStaticisStaticisStaticisStaticparseStaticparse
Utility class containing various static methods for common operations.