{ [Error: getaddrinfo ENOTFOUND] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo' }
{ "accessKeyId": "Some Valid Key", "secretAccessKey": "Some Valid Secret", "endpoint": "localhost:8000" }
It seems like DynamoDB-Local is in fact running. And it seems to have created the io buffer. It isn't until I try to call a method, IE `createTable`, that I see this error.
Does anyone have any guidance on how to resolve this issue?
Error: Scan [400]: com.amazonaws.dynamodb.v20120810#MissingAuthenticationToken
Still, if anyone has any further insights I would appreciate it. Thanks!
var express = require('express');
var router = express.Router();
var AWS = require('aws-sdk');
var databaseConfig = {"endpoint": new AWS.Endpoint("http://localhost:8000")};
var dynamoDB = new AWS.DynamoDB(databaseConfig);
var dynamoDBConfiguration = {
"accessKeyId": "DummyKeyForLocalDynamoDB",
"secretAccessKey": "DummySecretAccessKeyForLocalDynamoDB",
"region": "eu-west-1"
};
--
You received this message because you are subscribed to a topic in the Google Groups "DynamoDb driver for Node.js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-dynamodb/nowB7TMrcBk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-dynamod...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.