【发布时间】:2016-12-26 21:59:02
【问题描述】:
我有以下keys.txt
{
"test": {"BOOL": true}
}
我运行以下命令 aws dynamodb get-item --table-name marvel-users-prod --key file://keys.json
但它不返回与键/值匹配的项目。我做错了什么?
我得到了错误
A client error (ValidationException) occurred when calling the GetItem operation: The provided key element does not match the schema
我尝试使用 GUI,但扫描停止。
【问题讨论】:
-
我可以知道答案是否有帮助吗?如果是,请您接受答案吗?
标签: amazon-web-services amazon-dynamodb