I really want to go all in but:
Biggest drawback for me are js coldstart times (a lot more than python but I only used node so far) and that they don’t perform well with AWS RDS. Reason being that for SQL DB access you have to put a lambda into a vpc and that makes coldstart horribly slow. Furthermore you can’t pool lambda requests easily and it of require a pooling service and logic to repeat/hold on refused connections.
That’s all too much brain and defies the purpose I think For my usecase at last.