Hacker News new | ask | show | jobs
by Kabootit 2875 days ago
Debugging, organizing, and testing lambdas vs traditional stacks is the hidden costs on the developer side.
1 comments

Testing a lambda is just as easy as testing a controller action in the typical MVC framework. You just pass a JSON payload to your lambda handler.

Organizing is also simple - if you know CloudFormation. You should learn that anyway to provision resources in a repeatable fashion.