|
|
|
|
|
by nickjj
2084 days ago
|
|
> At least AWS SAM supports local debugging and testing. I'm still new to SAM but coming from a more regular style of web development it still feels brutally inefficient. Changing 1 line of code requires waiting multiple seconds to build + run your new lambda so you can see the changes even with a local invoke of it. That and if you really want to keep things local you need to mock out all calls to other AWS resources that you might be using in the lambda. Although you'd run into this same problem with a regular style app too. I'm so glad I don't have to do serverless development full time. Just so happens I'm doing a small service for contract work but yeah, it's like taking 100 steps backwards for development friendliness IMO. |
|