ts-lambda-api - v2.5.3
    Preparing search index...

    Interface ConfigurableSerdeContext

    Allows a protocol, codec, or serde utility to accept the serdeContext from a client configuration or request/response handlerExecutionContext.

    interface ConfigurableSerdeContext {
        setSerdeContext(serdeContext: SerdeFunctions): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Parameters

      Returns void