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

Fix support for Node 0.10 which was broken by #3 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix support for Node 0.10 which was broken by #3 #4

wants to merge 1 commit into from

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