Skip to content

Conversation

@victorquinn
Copy link

@victorquinn victorquinn commented Jul 28, 2016

While it was nice that #3 added support for Node 4.3 on Lambda, it totally broke Node 0.10 on Lambda causing requests with errors to time out.

This PR fixes it so this module works with both.

@tj
Copy link
Member

tj commented Jul 28, 2016

I think it's fair to say most people would be just using 4.3 going forward, for that reason I don't think it's necessary

@victorquinn
Copy link
Author

Possibly though it unexpectedly broke all of my existing apex functions when I updated this module and I spent awhile pulling my hair out trying to figure out why the requests were timing out. Didn't seem too complex to make it backwards compatible.

Anyway, if you don't want to accept this PR I'll open another that at least updates the README to inform people that if they're using Node 0.10 on Lambda they need to use 1.x and not 2.x

@tj
Copy link
Member

tj commented Jul 28, 2016

Ah, yea we should have had a changelog note for that, I'll add something

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

Successfully merging this pull request may close these issues.

2 participants