Should I use put or update command while adding an item to DynamoDB table

后端 未结 0 908
一向
一向 2021-01-21 04:59

With the year as a Primary Key and the item being:

let item = {

    "year": 2021,
    "title": "Title A"
}


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