nerdexam
Amazon

AXS-C01 · Question #6

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…

The correct answer is A. Create a Lambda test event using the JSON request as input to find the specific error within the. https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws- lambda-function.html

Network Management and Operation

Question

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?

Options

  • ACreate a Lambda test event using the JSON request as input to find the specific error within the
  • BCreate a Lambda test event using the JSON response as output to find the specific error within the
  • CCheck the JSON response to see if there are any syntax errors in the code.
  • DCreate a Lambda test event using the JSON interaction model to find the specific error within the

How the community answered

(29 responses)
  • A
    79% (23)
  • B
    10% (3)
  • C
    7% (2)
  • D
    3% (1)

Explanation

https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws- lambda-function.html

Topics

#Lambda#test events#debugging#Alexa Skills Kit

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice