Amplify Toolbox
    Preparing search index...
    type ConversationHandlerFunctionProps = {
        entry?: string;
        logging?: { level?: ApplicationLogLevel; retention?: RetentionDays };
        memoryMB?: number;
        models: { modelId: string; region?: string }[];
        outputStorageStrategy?: BackendOutputStorageStrategy<AIConversationOutput>;
        timeoutSeconds?: number;
    }
    Index

    Properties

    Optionalentry

    entry?: string
    logging?: { level?: ApplicationLogLevel; retention?: RetentionDays }
    memoryMB?: number

    An amount of memory (RAM) to allocate to the function between 128 and 10240 MB. Must be a whole number. Default is 512MB.

    models: { modelId: string; region?: string }[]
    timeoutSeconds?: number

    An amount of time in seconds between 1 second and 15 minutes. Must be a whole number. Default is 60 seconds.