dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 202 forks source link

Node.js 8.10 runtime now available in AWS Lambda #106

Closed nelsonic closed 5 years ago

nelsonic commented 6 years ago

https://aws.amazon.com/blogs/compute/node-js-8-10-runtime-now-available-in-aws-lambda we could consider updating our code examples to use "modern JS" ... there is a potential for "20% performance improvement" ...

nelsonic commented 5 years ago

We are using node 8< for our lambdas. ✅