How could an Alexa Skill Builder prevent unintended queries against a skill's backend when utilizing AWS Lambda, accordi
Posted: Thu Jul 21, 2022 10:00 pm
How could an Alexa Skill Builder prevent unintended queries against a skill's backend when utilizing AWS Lambda, according to Amazon Alexa best practices?
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.
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.