arithmetric / aws-lambda-ses-forwarder

Serverless email forwarding using AWS Lambda and SES
MIT License
1.7k stars 450 forks source link

Node.js version 8.10 deprecated #107

Closed dubrowin closed 4 years ago

dubrowin commented 5 years ago

I see in the Node.js Working Group (https://github.com/nodejs/Release) that Node.js 8.x will be end of life at the end of Dec 2019. Is there plans to port to a newer version of Node for this function?

tlaughlin1969 commented 4 years ago

It seems to work fine under Node 10 and package.json is not preventing higher versions of node. May just be a case of updating the documentation.

SeriousMatt commented 4 years ago

Also seems to work with 12.x

arithmetric commented 4 years ago

Thanks for the report. I've updated the documentation and tests to show compatibility with Node.js 10.x and 12.x.