AWS Certified Alexa Skill Builder – Specialty — Question 3

An Alexa Skill Builder has published a skill to the Alexa Skills Store, but soon after realizes that Amazon Alexa is saying an incorrect word in one of the responses.
What is the recommended method for the Builder to correct this issue?

Answer options

Correct answer: A

Explanation

The correct answer is A because it ensures that the changes are made in a new endpoint, preserving the existing Live version while allowing for proper testing before redeployment. Options B and C require resubmission for certification, which can delay the fix unnecessarily, and option D modifies the Live version directly, which is not recommended for issues like this.