@karmaniverous/smoz
    Preparing search index...
    • Shape the response into a well-formed Lambda Proxy result.

      Shaped responses (detected via isShapedResponse) are normalised in-place — missing headers and body are defaulted. Non-shaped values are wrapped in a 200 envelope.

      Parameters

      • current: unknown
      • contentType: string

      Returns { body: unknown; headers: Record<string, string>; statusCode: number }