小编dan*_*mcc的帖子

我如何在Node中使用亚马逊的Dynamodb Local?

亚马逊为其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 }
Run Code Online (Sandbox Code Playgroud)

如何让Dynamodb_local在Node中工作?

javascript amazon-web-services node.js amazon-dynamodb

36
推荐指数
2
解决办法
2万
查看次数