You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...')}
})
{ 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 }
The text was updated successfully, but these errors were encountered: