If I understand this correctly, each request will run the Javascript handler which in turns will spawn a process that happens to be written in Go. Which means we've basically come back to CGI. I thought that CGI was bad because creating a new process on each and every request was expensive. Is Lambda somehow different ?