AWS Error: Condition parameter type does not match schema ty



当登录到我的dev angular系统时,我得到以下错误,我使用AWS Serverless, Amplify Cognito和Graphql。

One or more parameter values were invalid:  
Condition parameter type does not match schema type
(Service: DynamoDb, Status Code: 400, 
Request ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, 
Extended Request ID: null)

不确定你是否已经解决了这个问题,但对我来说,这是发生的,因为在这种情况下,我正在比较一个数字和字符串类型的列。

"expression": "sortId > 0",

以上面的例子为例,sortId的类型是String,但0当然是一个数字。

相关内容

  • 没有找到相关文章

最新更新