You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a similar issue, where I want to add an attribute to an existing ElectroDB entity where there are already items in DynamoDB without that new attribute. I want to query for an existing item, and since the new attribute isn't in the existing item, I want ElectroDB to call the get method of that attribute (defaulting that attribute to some value if it doesn't exist in the item)
In @JoshBarr 's case, I think he may be adding the replayedAt attribute to an existing ElectroDB entity (see "even if the attribute does not exist on the Item" in his original question), and expecting to query for existing items and have replayedAt return an empty array (and isReplay return false), since that attribute doesn't exist on the existing items
Creating a new issue from here
The text was updated successfully, but these errors were encountered: