• Create a map to get one or more items using batchGet.

    Returns

    A map in the format { [tableName]: { Keys: [...] } }

    Parameters

    • tableName: string

      The table where the items will be retrieved from

    • key: Key | Key[]

      A map with primary key attribute values, or a list of maps of key attributes

    • Optional options: Partial<KeysAndAttributes>

      The same parameters accepted by the original Document.batchGet items

    Returns DocumentClient.BatchGetRequestMap

Generated using TypeDoc