DynamoDB conditional check on property in a map
I have a DynamoDB table with a model that contains and itemData
property of type Map
that contains count
and limit
properties. I am trying to write a condition check that looks like this:
I have a DynamoDB table with a model that contains and itemData
property of type Map
that contains count
and limit
properties. I am trying to write a condition check that looks like this: