📜  dynamodb putitem vs updateitem - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:44.234000             🧑  作者: Mango

代码示例1
putItem --> Replace entire doc, old doc attributes are discarded.

updateItem --> update specific attributes, old non-changed attributes 
               are retained