亚马逊为他们的 Dynamodb 产品提供了一个本地模拟器,但示例仅在 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 中工作?