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
So values is my table map and I get an error if I don't include my primary key which is odd considering that this is not likely to change. The error is not useful as it is 'undefined'. ValidationException: Supplied AttributeValue is empty, must contain exactly one of the supported datatypes undefined
...and vogelsOptions would be my search criteria as eg. {where:{id:user.id}}
I found the constructor...
So values is my table map and I get an error if I don't include my primary key which is odd considering that this is not likely to change. The error is not useful as it is 'undefined'.
ValidationException: Supplied AttributeValue is empty, must contain exactly one of the supported datatypes undefined
...and vogelsOptions would be my search criteria as eg.
{where:{id:user.id}}
...eg
...and yet I'm still not writing to the table. Can anyone show me a working example?
The text was updated successfully, but these errors were encountered: