exam questions

Exam AWS Certified Alexa Skill Builder - Specialty All Questions

View all questions & answers for the AWS Certified Alexa Skill Builder - Specialty exam

Exam AWS Certified Alexa Skill Builder - Specialty topic 1 question 10 discussion

An Alexa Skill Builder is developing a custom skill and needs to verify that the correct slot values are being passed into the AWS Lambda function.
According to best practices, what is the MOST efficient way to capture this information?

  • A. Add a logging statement to write the event request to Amazon CloudWatch Logs.
  • B. Add an API call to write the environment variables to an Amazon S3 bucket when the function is invoked.
  • C. Add an API call to read the event information from AWS Cloud Trail logs and add a PutObject API call to write to an Amazon S3 bucket.
  • D. Add a statement to parse the JSON request and save to the local disk for the Lambda function
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Babyfacer
3 years, 8 months ago
A. CloudWatch Logs should be the easiest way to capture the value.
upvoted 1 times
Babyfacer
3 years, 7 months ago
https://developer.amazon.com/blogs/alexa/post/99fb071e-9aaf-481b-b9af-0186c0f712a5/how-to-monitor-custom-alexa-skills-using-amazon-cloudwatch-alarms
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...