@resistdesign/voltra
    Preparing search index...

    Type Alias IndexTableConfig

    The one deployment-specific table required by all DynamoDB index backends.

    type IndexTableConfig = {
        tableName: string;
    }
    Index

    Properties

    Properties

    tableName: string

    Name of the DynamoDB table with string pk and sk keys.