AWS Certified Developer Associate DVA-C01 – Question163

A developer is writing an application that stores data in an Amazon DynamoDB table by using the Putltem API operation. The table has a partition key of streamID and has a sort key of seqID. The developer needs to make sure that the PutItem invocation does not overwrite the existing partition key and sort key.
Which condition expression will maintain the uniqueness of the partition key and the sort key?

A.


B.

C.

D.

Correct Answer: C