AWS - DynamoDB
You want to update an existing item in DynamoDB only if it already exists. Which operation and parameter combination should you use?
update operation.ConditionExpression: 'attribute_exists(PrimaryKeyName)' to ensure the item exists before updating.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions