A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
A bug was discovered that the logic to validate the presence of an attribute was a simple falsey check instead of a check that the value was undefined. This caused empty strings, zero values, and the boolean value false to incorrectly be considered missing
A bug was discovered that the logic to validate the presence of an attribute was a simple falsey check instead of a check that the value was
undefined
. This caused empty strings, zero values, and the boolean valuefalse
to incorrectly be considered missing