@resistdesign/voltra
    Preparing search index...

    Type Alias BatchGetItemInput

    Input payload for DynamoDB batch get operations.

    type BatchGetItemInput = {
        RequestItems: Record<string, KeysAndAttributes>;
    }
    Index

    Properties

    Properties

    RequestItems: Record<string, KeysAndAttributes>

    DynamoDB batch get request items by table name.