Why might a Lambda function experience a cold start delay?
ABecause the function code is always loaded from S3 on every call
BBecause the execution environment is created fresh for the first invocation
CBecause Lambda runs on dedicated hardware per function
DBecause the function is waiting for manual approval