Why would you create a lambda function for express application instead of deploying it? It doesn't make any sense, web servers need to be deployed.
Lambda functions is useful to do one time tasks, or for things that are purely computational. What exactly does your web server do?