Question: How do you stop a running Lambda that is stuck in a recursive loop?

  1. `Delete the function.`
  2. `Set the function concurrent execution limit to 0 while you update the code.`
  3. `Reset the function.`
  4. `Set the function concurrent execution limit to 100 while you update the code.`

Answer: The correct answer of the above question is Option B:`Set the function concurrent execution limit to 0 while you update the code.`