Amazon
AXS-C01 · Question #35
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?
The correct answer is C. Retrieve the Application ID property from the request JSON and validate it against the Lambda. See the full explanation below for the reasoning.
Question
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?
Options
- AEnsure that the session ID provided by the request to Lambda is not already in use.
- BRotate the Lambda ARN regularly to prevent others from using the service.
- CRetrieve the Application ID property from the request JSON and validate it against the Lambda
- DProvide the Lambda trigger with the Application ID so that it validates on the ask trigger.
How the community answered
(18 responses)- A6% (1)
- B11% (2)
- C78% (14)
- D6% (1)
Community Discussion
No community discussion yet for this question.