0

my dynamo Db single item is like this, I want to change "res=30" to "res =35" inside "product_rate" of "product_id=2" of primary key "id==22"

enter image description here

3
  • 1
    Do you know the index of the product array that you would like to update? Without knowing the index, Dynamodb doesn't have any feature to update the object inside the array. Commented Nov 24, 2017 at 11:53
  • thank you ,when i give index it worked :) Commented Nov 25, 2017 at 7:22
  • Possible duplicate of DynamoDB update inside an array of objects (nodejs) Commented May 24, 2018 at 9:46

1 Answer 1

1

modify node.js code to update listarray item in dynamodb

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.