Question: How do you author a Lambda in a programming language that AWS does not support?

  1. `Create a Lambda function with a custom runtime and reference the function in your Lambda`
  2. `Create a Lambda layer with a custom runtime and reference the layer in your lambda`
  3. `You cannot use Lambda in this situation`
  4. `Create a Lambda function with a custom runtime`

Answer: The correct answer of the above question is Option B:`Create a Lambda layer with a custom runtime and reference the layer in your lambda`