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

Link to Download *Exact* Version of Node used on AWS Lambda (4.3.2) #79

Open
nelsonic opened this issue May 15, 2016 · 8 comments
Open

Comments

@nelsonic
Copy link
Member

https://nodejs.org/download/release/v4.3.2/ (all platforms)

@Jbarget
Copy link
Member

Jbarget commented Aug 10, 2016

@nelsonic could you explain what you mean in the repo about the node version:

AWS Lambda only supports Node 0.10 so the tests (which are written in es6) are piped through babel and can be run without Node 4.0.

While i thought the minimum node version lambda supports is 4.3.2?

hope you're all good!

@nelsonic
Copy link
Member Author

nelsonic commented Aug 23, 2016

@Jbarget when we started writing this tutorial the only version of Node.js available on AWS Lambda was 0.10.38 ... then in April they released 4.3

https://twitter.com/nelsonic/status/718377061090516992

We have not yet updated this tutorial to reflect that...
(apologies for any confusion caused...)

Please feel free to PR an update to the Readme to "fix" it! (I would be super grateful!)

I'm well. how are you, sir? using Lambda for a project? 😉

@Jbarget
Copy link
Member

Jbarget commented Sep 4, 2016

im real good :) yeh we're using Lambda for image upload with imagemagik. A real nice introduction to it all

@nelsonic
Copy link
Member Author

nelsonic commented Sep 4, 2016

@Jbarget you say you're using Lambda for image uploads ...
not on GitHub you aren't... they got you writing closed-source code...? 😢

@Jbarget
Copy link
Member

Jbarget commented Sep 4, 2016

am i correct in thinking that now due to 4.3.2 being supported, theoretically the tests would not need to be run through babel?

https://github.com/dwyl/learn-aws-lambda/blame/master/README.md#L858

@Jbarget
Copy link
Member

Jbarget commented Sep 4, 2016

indeed private repo 😢

@nelsonic
Copy link
Member Author

nelsonic commented Sep 4, 2016

@Jbarget it really depends if the people writing the tests are using ALL the Shiny New Toys or just the ES2015 features that are available in Node 4.3.2 ...

@Jbarget
Copy link
Member

Jbarget commented Sep 5, 2016

so we're my changes correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants