I've worked with the AWS environment for 4 years, mostly with Lambdas. From my experience, I know that an "instance" of a Lambda function will live aprox for 2 hours.
Now I'm going to work for a project with GCP and their Cloud Functions: is there any information about how much time a CF "instance" will live?
I generally need to know that in order to better understand how frequently we will face a cold start.