Created
February 13, 2019 14:26
-
-
Save t-davies/8a98641ce8116f8a8b4dd83d7e6ec98a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWS.config.update({ | |
httpOptions: { | |
agent: process.env.HTTPS_PROXY | |
? require('proxy-agent')(process.env.HTTPS_PROXY) | |
: undefined, | |
}, | |
}); |
I think we should have GREENSIDE or REDSIDE condition if required based on the scenario.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice..