hiexam
amazon · AWS-Certified-Alexa-Skill-Builder---Specialty · Q428 · multiple_choice · topic_1

According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a sk…

According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?
  • A.Ensure that the session ID provided by the request to Lambda is not already in use.
  • B.Rotate the Lambda ARN regularly to prevent others from using the service.
  • C.Retrieve the Application ID property from the request JSON and validate it against the Lambda environment variables.
  • D.Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.
Explanation
D. https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws-lambda-function.html#configuring-the-alexa-skills-kit-trigger

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.