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

can't get this module to read the AWS config like the wiki shows #34

Open
mgenev opened this issue Jul 11, 2017 · 0 comments
Open

can't get this module to read the AWS config like the wiki shows #34

mgenev opened this issue Jul 11, 2017 · 0 comments

Comments

@mgenev
Copy link

mgenev commented Jul 11, 2017

Hi,
I'm trying to add config like you're showing, in my case

AWS.config.update({
  httpOptions: {
    agent: new https.Agent({rejectUnauthorized: true, ca: certs});
  }
});

however, the module makes its own instance of the AWS sdk it seems and my request fails... Do you have a complete example dealing with this? Thanks!

on 2nd look, it may be related to a bug in the aws-sdk itself, see 2nd answer here:

https://stackoverflow.com/questions/39970302/aws-sdk-for-node-js-connection-management

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