satr / intellij-idea-plugin-connector-for-aws-lambda

The plugin for the IntelliJ IDEA: connector for AWS Lambda functions.
MIT License
14 stars 4 forks source link

Not working behind a proxy #5

Closed pati19992 closed 6 years ago

pati19992 commented 6 years ago

Hello,

I am working behind a proxy and get the error message:"ERROR: Unable to execute HTTP request: lambda. eu-west-1. amazonaws. com".

I have set the proxy settings in IntelliJ and they work.

Using the AWS CLI via the command line with set proxy variables works fine.

Can someone help me?

Greetings

satr commented 6 years ago

Please try this pre-release 1.4.RC1 - it allows to sync plugin connection proxy with IDEA settings

satr commented 6 years ago

In the release 1.4 - added a sync of proxy settings with IDEA settings (manual update with a button). Could you please verify if it works for you? Thank you