Question: To make Lambdas more testable, it is AWS best practice to separate which of these?

  1. `Lambda configuration from logging code`
  2. `Lambda handler from logging code`
  3. `Lambda handler from core logic`
  4. `Lambda configuration from core logic`

Answer: The correct answer of the above question is Option C:`Lambda handler from core logic`