learn-aws-lambda icon indicating copy to clipboard operation
learn-aws-lambda copied to clipboard

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

Open nelsonic opened this issue 9 years ago • 8 comments

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

nelsonic avatar May 15 '16 08:05 nelsonic

@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!

Jbarget avatar Aug 10 '16 09:08 Jbarget

@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? 😉

nelsonic avatar Aug 23 '16 10:08 nelsonic

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

Jbarget avatar Sep 04 '16 20:09 Jbarget

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

nelsonic avatar Sep 04 '16 20:09 nelsonic

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 avatar Sep 04 '16 20:09 Jbarget

indeed private repo 😢

Jbarget avatar Sep 04 '16 20:09 Jbarget

@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 ...

nelsonic avatar Sep 04 '16 22:09 nelsonic

so we're my changes correct?

Jbarget avatar Sep 05 '16 09:09 Jbarget