dynobase-icon
Dynobase

Question: How to handle empty strings in DynamoDB?

Answer

Since 2020, DynamoDB has supported empty string values for non-key attributes.

Before passing an empty string as a field value, you can set the configuration file IsEmptyStringValueEnabled = true in DynamoDBContextConfig class. Or, you can edit the AWS configuration as shown below.

const documentClient = new AWS.DynamoDB.DocumentClient({ convertEmptyValues: true });

You can refer to this documentation for more details.

Tired of AWS Console? Try Dynobase.

First 7 days are. No credit card needed.

Product Features

Download
/
Changelog
/
Pricing
/
Member Portal
/
Privacy
/
EULA
/
Twitter
© 2023 Dynobase
+
Still using AWS DynamoDB Console?
Try Dynobase to accelerate your DynamoDB workflow. Start your 7-day free trial today.