如何將DynamoDB table1寫入table2?如何將DynamoDB table1每天寫入table2?
Table1: id,name,mobile,address,createdDate.
Table2: id,name,mobile,address,createdDate.
Condition: only Yesterday added records are write to "table2". And also remove that Yesterday data from "table1".
如何每天做這個過程。
您能否編輯您的問題並添加詳細信息*爲什麼*您希望這樣做?根據你的理由,適當的答案可能會有所不同。另外,我們可以假設,當你說*昨天*時,你指的是'createdDate'字段中的日期?如果情況並非如此,昨天的數據如何確定? –