In a DynamoDB table on AWS, I have a suspicion that we have convertEmptyValues set to true (AWS.DynamoDB.DocumentClient({ convertEmptyValues: true }). This converts empty strings to 'null', resulting in empty strings not saving to the DynamoDB table.
This is only a suspicion, and I want to actually confirm what the convertEmptyValues is set to. How can I do this from the AWS Management Console when I go to the specific DynamoDB table in question? I tried navigating to Update Settings, but could not see it there for the table in question. Or, is this a setting that lives elsewhere, outside of the AWS/DynamoDB UI?