AWS Certified Alexa Skill Builder – Specialty – Question50

An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The Builder discovers that the skill now returns an error when it is launched.
How can the Builder use the Lambda console to trigger the function and debug the code?

A.
Create a Lambda test event using the JSON request as input to find the specific error within the code.
B. Create a Lambda test event using the JSON response as output to find the specific error within the code.
C. Check the JSON response to see if there are any syntax errors in the code.
D. Create a Lambda test event using the JSON interaction model to find the specific error within the code.