Create a map to put one or more items in a call to batchWrite.
A map in the format { tableName: [ { PutRequest: { ... } }, ...] }
{ tableName: [ { PutRequest: { ... } }, ...] }
The table where the items will be put
A map of attribute names to values, or a list of maps of attributes and values
Generated using TypeDoc
Create a map to put one or more items in a call to batchWrite.
Returns
A map in the format
{ tableName: [ { PutRequest: { ... } }, ...] }