AWS Certified Alexa Skill Builder – Specialty — Question 17

An Alexa Skill Builder has built a new custom skill backed by an AWS Lambda function. The Lambda function executes successfully from the Lambda console, however, the Lambda function cannot be successfully invoked in the developer console or from an Amazon Alexa enabled device. No error messages show in the function's Amazon CloudWatch Logs. The Builder confirmed the endpoint has the correct ARN.
What is likely causing this issue and how can it be corrected?

Answer options

Correct answer: A

Explanation

The correct answer is A, as a bug in the Lambda application code can cause it to crash, preventing successful invocation. Options B, C, and D address potential configuration issues, but the scenario indicates the function executes properly in the Lambda console, suggesting the issue lies within the code itself.