I want to save empty string values to the database & it does not work.
{
...
"some_field": ""
...
}
I'm using IAmazonDynamoDB & UpdateItemAsync method. How can I perform that?
I have found the by my self solution - configuration field IsEmptyStringValueEnabled = true in DynamoDBContextConfig class.