showing results for - "aws sdk for javascript assumerole with proxy"
Sophie
01 Apr 2017
1var proxy = require('proxy-agent');
2AWS.config.update({
3  httpOptions: { agent: proxy('http://internal.proxy.com') }
4});