Type alias TableSerializer

TableSerializer: ((param) => 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): NativeScalarAttributeValue
    • Parameters

      • param: any

      Returns NativeScalarAttributeValue

Generated using TypeDoc