ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 13 - AXS-C01 discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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
Answers
D.
Add a statement to parse the JSON request and save to the local disk for the Lambda function
Suggested answer: D

Explanation:

Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/validate-slot-values.html

asked 16/09/2024
John Murphy
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first