batch_write_items.json 277 B

1234567891011121314151617
  1. {
  2. "elaborate_employee_table": [
  3. {
  4. "PutRequest": {
  5. "Item": {
  6. "id": {"N":"100"},
  7. "status": {"S": "batch write operation here"}
  8. }
  9. }
  10. },
  11. {
  12. "DeleteRequest": {
  13. "Key": {"id": {"N":"1363"}}
  14. }
  15. }
  16. ]
  17. }