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
{
"name": "ValidationException",
"$fault": "client",
"$metadata": {
"httpStatusCode": 400,
"requestId": "...",
"attempts": 1,
"totalRetryDelay": 0
},
"__type": "com.amazon.coral.validate#ValidationException",
"message": "The provided key element does not match the schema"
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I read https://aws.amazon.com/blogs/developer/service-error-handling-modular-aws-sdk-js/ but I can't get to work for this error I'm getting when querying dynamoDB for an unknown key
I'm working with aws lambda node 20.
For now I'm doing something like
But I'd like to switch to using
instance of
Beta Was this translation helpful? Give feedback.
All reactions