@resistdesign/voltra
    Preparing search index...

    Type Alias QueryOutput

    Output payload from DynamoDB query operations.

    type QueryOutput = {
        Items?: AttributeMap[];
        LastEvaluatedKey?: AttributeMap;
    }
    Index

    Properties

    Items?: AttributeMap[]

    Items returned by the query.

    LastEvaluatedKey?: AttributeMap

    Last evaluated key for pagination.