UpdateItem Dynamodb Boto3 Says Wrong Query

前端 未结 0 1443
太阳男子
太阳男子 2021-02-06 13:23

I am trying to increment values of specific columns. I am using Boto3.

table_urls.update_item(
            Key={
                \'urlid\': urlid
            },
          


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