Does anyone know a potential reason why .NET shows a clear trend of decreasing cold start time as memory size increases?
"AWS Lambda allocates CPU power proportional to the memory by using the same ratio as a general purpose Amazon EC2 instance type, such as an M3 type. For example, if you allocate 256 MB memory, your Lambda function will receive twice the CPU share than if you allocated only 128 MB. "
https://docs.aws.amazon.com/lambda/latest/dg/resource-model....