Add the option to add HTTP PROXY when communicating with AWS#21
Add the option to add HTTP PROXY when communicating with AWS#21williamsia wants to merge 3 commits intotrek10inc:masterfrom
Conversation
|
Hey @williamsia, Thanks for the PR! I get what you're after here, but let me take this back to the drawing board and see what I can do in terms of offering something more flexible. I'm sure others may need access to the |
|
Hi @azurelogic thanks for the quick reply. Maybe we should have just the provider specified by the serverless framework itself, https://github.com/serverless/serverless/blob/master/lib/plugins/aws/provider/awsProvider.js#L114 And just uses the provider the way "sls invoke" uses it as specified in https://github.com/serverless/serverless/blob/master/lib/plugins/aws/invoke/index.js#L82 But that means more changes on the code. I don't mind doing some of the work if you agree with this approach, either way happy to follow your lead mate. Cheers |
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202
…7f35d82e6bbc76 [Snyk] Fix for 1 vulnerable dependencies
This is to address network connectivity issue when communicating with AWS when working behind corporate proxy.