Hello,
I am sitting behind a proxy at work and want to deploy some demo functions to evaluate serverless.
Can I configure a proxy somewhere in the framework to make it work through our proxy?
Cheers
Hello,
I am sitting behind a proxy at work and want to deploy some demo functions to evaluate serverless.
Can I configure a proxy somewhere in the framework to make it work through our proxy?
Cheers
You should be able to set the HTTP_PROXY
and/or HTTPS_PROXY
environment variables and have it work (see the lib/plugins/aws/provider/awsProvider.js
file for the specific handler code, if you’re interested).