edasque / DynamoDBtoCSV

Dump DynamoDB data into a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: connect ETIMEDOUT

YuningDingAsStudent opened this issue · comments

{ Error: connect ETIMEDOUT 52.94.17.76:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1113:14)
message: 'connect ETIMEDOUT 52.94.17.76:443',
errno: 'ETIMEDOUT',
code: 'NetworkingError',
syscall: 'connect',
address: '52.94.17.76',
port: 443,
region: 'eu-central-1',
hostname: 'dynamodb.eu-central-1.amazonaws.com',
retryable: true,
time: 2019-01-09T14:44:42.333Z }

Hi, I'm trying to use this to read my DynamoDB. I have everything setup in config.json. I am behind a corporate proxy, but I configured it like followed in dynamoDBtoCSV.js:

var proxy = require('proxy-agent');
AWS.config.update({
	httpOptions:{ agent: proxy('http://...MYPROXY...')}
})

Still got this error...