In theory this is great as you can test locally as a web server and deploy the same code as a lambda function.
Unfortunately I was unable to get working anything more complicated that Hello World. It seems that the parameter passed in to the handler function is an empty object, so no request method, params or body.
Has anyone managed to do figure out how to provide request context to the handler?