Updating a single column for every row in DynamoDB via Boto3?

后端 未结 0 720
予麋鹿
予麋鹿 2021-02-04 13:45

Let say I have a table with 1000 rows and I want to update the 3rd and 4th column with a constant value for every row in Boto3 (Python):

table.update_item(
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题