Type Alias TableSerializer

TableSerializer: (param: any) => NativeScalarAttributeValue

Function that takes a attribute from an Entity which is not a native Dynamo type and serializes it a type that is supported by Dynamo

Type declaration

    • (param: any): NativeScalarAttributeValue
    • Parameters

      • param: any

      Returns NativeScalarAttributeValue