ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

Node.js 8 is EOL #170

Closed allcloud-ronen closed 4 years ago

allcloud-ronen commented 4 years ago

Since all the Lambda functions are in Node.js 8.10 which will be EOL by the ned of the year, I wanted to know:

  1. Are you going to update the functions to use Node 10.x ?
  2. If I changed the existing functions to use Node 10.x on my AWS account, should it still work, or do I need to make any changes in the code?
coltondick commented 4 years ago

I upgraded the Lambda functions yesterday to Node 10.x by adjusting the Cloudfromation template and it's working as expected.

You can see my changes here while we await official support.

ks888 commented 4 years ago

Thank you for opening the issue. I updated the Node.js version to 10.x today https://github.com/ks888/LambStatus/commit/718567e73b9b1414675fbd2dec63d0750dbd9be6. The CI and some manual test indicate no problem. I'm going to release the new version tomorrow.

ks888 commented 4 years ago

Now v0.6.6 is released. It supports Node 10.x.

See the doc to upgrade the system.

allcloud-ronen commented 4 years ago

Thanks a lot for the fast reply.