spcl / serverless-benchmarks

SeBS: serverless benchmarking suite for automatic performance analysis of FaaS platforms.
https://mcopik.github.io/projects/sebs/
BSD 3-Clause "New" or "Revised" License
150 stars 68 forks source link

Update AWS support for Node.js #166

Closed mcopik closed 1 year ago

mcopik commented 1 year ago

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.