Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support #9

Open
kasmkbg opened this issue Apr 29, 2022 · 0 comments
Open

Proxy support #9

kasmkbg opened this issue Apr 29, 2022 · 0 comments

Comments

@kasmkbg
Copy link

kasmkbg commented Apr 29, 2022

Hi 👋
we have to run behind a proxy.
In got it is very easy to set a proxy agent. Unfortunately got4aws does not give the option to change some got settings.
What do you think about something along the following lines?

const client = got4aws({
      service: 'execute-api',
      region: 'eu-west-1',
      gotOptions: {
        agent: {https: proxyAgent}
      }
    });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant