Type Alias RequestHandler

RequestHandler: (
    event: JSONValue,
    method?: string,
    path?: string,
    query?: JSONObject,
    headers?: Record<string, string>,
) => Promise<JSONValue> | JSONValue

Type declaration