|
|
|
|
|
by tra3
1321 days ago
|
|
I just started working with Lambda, so my experience may just be the teething pains, but. I find the developer experience a bit jarring. My lambda is in python, but every time I want to test my code I have to "build" the lambda with the `sam build` tool and only then can I exercise it. It takes a non-trivial amount of time to build. The deployment story looks good though, with the `sam deploy`, but for now I can't get over the developer experience. |
|
Also, don’t put any logic in the handler itself unless it’s extremely trivial.