API Reference
    Preparing search index...
    RequestContext: {
        context: Context;
        event: APIGatewayProxyEvent | APIGatewayProxyEventV2 | ALBEvent;
        isBase64Encoded?: boolean;
        isHttpStreaming?: boolean;
        params: Record<string, string>;
        req: Request;
        res: Response;
        responseType: ResponseType;
        shared: IStore<SharedStoreOf<TEnv>>;
    } & RequestStoreMethods<TEnv>

    Type Parameters