Finally decided to give this whole "serverless" thing a try for one of my websites. I can see the appeal of this, but it's quite the change in mindset with now not having to worry about any OS configuration. Not sure how I feel about it doing so much automagically.

@OberstKrueger in my experience it makes debugging non-obvious issues really really difficult.

I tried to support an API running on lambda using the JavaScript serverless framework and it was basically impossible to debug periodic connection issues. I rewrote the thing for the dev over new years just to get the support nightmare out of my hands.

Having said that it’s pretty good for cron type tasks.