Amazon web services – Finding the "true" code version of AWS Lambda runtime
The Issue We ran into a situation where an AWS lambda runtime version update appears to be causing issues with our code. This works (nodejs 18.v24; also .v26 works): This does not work (nodejs 18.v28): However, those version numbers do…