how.wtf · Apr 28, 2024
Multiple operations in a single DynamoDB update expression
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
DynamoDB supports an UpdateItem operation that modifies an existing or creates a new item. The UpdateItem accepts an UpdateExpression that dictates which operations will occur on the specified item. In this post, we’ll explore how to perform multiple operations including within a clause/keyword and with multiple clauses/keywords. What is an update expression An update expression supports…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.