This PR updates our handling of Node.js functions on AWS. First, it simplifies the management of version numbers by automatically mapping from the generic version number NUMBER to AWS-specific NUMBER.x.
Then, it removes support for Node.js 12 as AWS has deprecated it and is no longer available.
This PR updates our handling of Node.js functions on AWS. First, it simplifies the management of version numbers by automatically mapping from the generic version number
NUMBER
to AWS-specificNUMBER.x
.Then, it removes support for Node.js 12 as AWS has deprecated it and is no longer available.