Open YuningDingAsStudent opened 5 years ago
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...
{ 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 }