source: https://hackernoon.com/how-to-solve-the-problem-of-cold-starts-in-serverless-systems

#What is a Cold Start?

A 'cold start' refers to the state of a function when serving a particular invocation request.

A serverless function is served by one or multiple micro-containers. When a request comes in, our function will check whether there is a container already running to serve the invocation.

Read more...


This free site is ad-supported. Learn more