We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to add config like you're showing, in my case
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
The text was updated successfully, but these errors were encountered: