StackToolbox / aws-sam-webpack-plugin

A Webpack plugin to replace the build step for SAM CLI
MIT License
147 stars 29 forks source link

Remove nodejs12 runtime #79

Closed TheShinriel closed 1 year ago

TheShinriel commented 2 years ago

AWS will no longer support Node.js v12.x on November 1, 2022.

That's why this PR remove it to generate an error if v12 is asked

buggy commented 2 years ago

Thanks @TheShinriel

I usually like to wait until Support has ended before completely removing it.

buggy commented 1 year ago

Thanks for the PR. This was removed as part of the PR to add support for nodejx20.x