Hi everyone,
I am still confused if Lambda is creating and running a new container/unikernel instance for every request to the function? I see that the instance will wait for a short period of time to serve upcoming requests and then is destroyed. But, firstly how long the instanceis kept alive and waiting? secondly, can every instance run more than one function at the same time or new invocations result in creating new instances?
Best,
Mohammad