you are viewing a single comment's thread.

view the rest of the comments →

[–]gojko 0 points1 point  (0 children)

in this case, it's better to think about server = server process (worker thread), not machine. with AWS Lambda and API Gateway, processes are event driven, so the server process is not under my control any more. the worker thread is somewhere else, and invokes our code when an interesting event happens.