
AWS Certified Developer - Associate
Get started today
Ultimate access to all questions.
You are preparing for an event to demonstrate your Alexa skill, which is developed using JavaScript. During testing, you notice that certain voice activation commands (intents) are not functioning as expected, and you are encountering difficulties in diagnosing the issue. To gather more information about the requests sent to your Alexa skill, you have added the following line of code: console.log(JSON.stringify(this.event)) in your skill.
Your objective is to save these logs in an Amazon Simple Storage Service (S3) bucket named MyAlexaLog. What steps should you take to achieve this?
You are preparing for an event to demonstrate your Alexa skill, which is developed using JavaScript. During testing, you notice that certain voice activation commands (intents) are not functioning as expected, and you are encountering difficulties in diagnosing the issue. To gather more information about the requests sent to your Alexa skill, you have added the following line of code: console.log(JSON.stringify(this.event)) in your skill.
Your objective is to save these logs in an Amazon Simple Storage Service (S3) bucket named MyAlexaLog. What steps should you take to achieve this?
Exam-Like