问题标签 [vogels]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - ValidationException:该表没有指定的索引:GameTitleIndex
我正在使用 Vogels,用于 NodeJS 的 DynamoDB 数据映射器。我正在根据 Vogels 的文档查询全局索引。我所做的只是创建了一个具有全局二级索引的模型,如下所示:
并针对该索引进行查询
运行任何测试时都会显示异常ValidationException: The table does not have the specified index: GameTitleIndex
根据文档,这就是我获取数据所要做的一切。有什么我错过了查询这个索引的吗?任何答案将不胜感激。提前致谢。
node.js - 无法从关闭中返回/获得响应
我想从闭包函数中得到结果。我也尝试过做一些回调函数,但我仍然遇到同样的问题。我能够在闭包/回调中控制台记录结果,但无法将响应返回到变量中。我尝试了一些已经发布的解决方案,但未能成功。
这是我的代码: