@patternmeshjs/core
    Preparing search index...

    Interface LocalIndexDef

    interface LocalIndexDef {
        nonKeyAttributes?: readonly string[];
        partitionKey: string;
        projectionType?: "ALL" | "KEYS_ONLY" | "INCLUDE";
        sortKey: string;
        type?: "LSI";
    }
    Index

    Properties

    nonKeyAttributes?: readonly string[]
    partitionKey: string

    LSI must share partition key with base table.

    projectionType?: "ALL" | "KEYS_ONLY" | "INCLUDE"
    sortKey: string
    type?: "LSI"