#✅ - ✨How to update dynamically changing attribute value in DynamoDB?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I need help with updating a dynamically changing attribute value in DynamoDB. The value keeps changing frequently, so I don't know what it is at any given time. I want to add some value to the current value at that moment. I'm using the Graphql API for queries and mutations. Can anyone assist me with this?
Hi @night elk I would recommend referring to the AppSync docs on making incremental updates to a record:
Resolver Reference for DynamoDB for AWS AppSync.
✅ - ✨How to update dynamically changing attribute value in DynamoDB?