@halix/action-sdk
    Preparing search index...

    Function initialize

    • initialize initializes the SDK with event data. This should be called at the beginning of the action handler to set up the SDK with incoming information, including context information, input parameters, and authentication information needed to make API requests to the Halix service.

      Parameters

      • event: { body?: IncomingEventBody }

        The event object containing authentication and context information

      Returns void