we debugged an issue today where the same lambda c...
# sst
t
we debugged an issue today where the same lambda code was behaving differently when using
sst start
or
sst deploy
, which turned out to be because the local environment was running node 16 and the deployed lambda was using node 14. would it be possible to have sst warn/error when
sst start
is running with the wrong runtime version?
f
that makes sense! Opened an issue to track this https://github.com/serverless-stack/serverless-stack/issues/1797