Answers for "AWS SDK for javascript assumerole with proxy"

0

AWS SDK for javascript assumerole with proxy

var proxy = require('proxy-agent');
AWS.config.update({
  httpOptions: { agent: proxy('http://internal.proxy.com') }
});
Posted by: Guest on June-25-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language