Type Alias TableSerializer

TableSerializer: (param: any) => NativeAttributeValue

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): NativeAttributeValue
    • Parameters

      • param: any

      Returns NativeAttributeValue