An Alexa Skill Builder modified an AWS Lambda function that serves as the skill's endpoint. The Builder notices that whe
Posted: Thu Jul 21, 2022 10:00 pm
An Alexa Skill Builder modified an AWS Lambda function that serves as the skill's endpoint. The Builder notices that when the skill is launched, it now returns an error.
How can the Builder activate the function and debug the code using the Lambda console?
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.
How can the Builder activate the function and debug the code using the Lambda console?
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.