We have a partition_key
and a sort_key
column that together comprise the key for the table.
We're using the AWS SDK in C#. Is there a way to set the ConditionExpression
in our PutItemRequest
to only insert the row if the partition_key
is unique?