【发布时间】:2013-11-21 01:06:32
【问题描述】:
亚马逊提供local simulator for their Dynamodb product 但examples are only in PHP。
这些示例提到传递参数“base_url”以指定您使用的是本地 Dynamodb,但会在 Node 中返回此错误:
{ [UnrecognizedClientException: The security token included in the request is invalid.]
message: 'The security token included in the request is invalid.',
code: 'UnrecognizedClientException',
name: 'UnrecognizedClientException',
statusCode: 400,
retryable: false }
如何让 Dynamodb_local 在 Node 中工作?
【问题讨论】:
-
您是否使用 aws-sdk 和这个 dynamo local 创建了一个表?
标签: javascript node.js amazon-web-services amazon-dynamodb