var params = {
TableName: 'game',
Key: {
"name": {
"S": "bar"
}
}
}
db.getItem(params, function (err, data) {
if (err) {
console.log(err); // an error occurred
} else {
console.log(data); // successful response
}
});
这就是我用来从数据库中获取名称为bar
的单个项目的方法。我在做什么错了?
{ValidationException:提供的键元素与 模式