-
Notifications
You must be signed in to change notification settings - Fork 28
Support for updating nested json in dynamoDB #32
Copy link
Copy link
Open
Description
Hello,
I am able to connect to dynamoDB, get list of ducments from database. I could update string values in documents as well. If details is string it is working fine.
DynamoDB
.table('user')
.where('id').eq(customer.id)
.update({
"EmailAddress": customer.EmailAddress,
"data": details
}, function( err, data ) {
console.log("555 "+ err )
console.log( data )
});
But How can I update nested JSON, using this "aws-dynamodb" npm module, when details is nested json.
Please let me know.
Thanks,
Mayuri Zingade
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels