Hacker News new | ask | show | jobs
by actionowl 2882 days ago
We've been using serverless with AWS lambdas for a few months.

Testing is hard, the more AWS shit you tie yourself to the harder local testing and development becomes. I picked up a lambda project another developer started and asked them how they were testing and developing locally. Answer: They deployed a new update for every change (!?)

Debugging: Look at log files...

Also, at some point serverless added some autocomplete crap to my .bashrc file without asking which I will never forgive them for.