Skip to content

Proxy support #9

Open
Open
@kasmkbg

Description

@kasmkbg

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}
      }
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions