Lambda:When a Lambda function gets invoked it starts a small container, loads our code, and executes it. It happens every time the function is triggered or invoked.For each concurrent execution lambda creates a new container with the same code. No tw...