AWS Certified Developer - Associate

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?




Explanation:

Use CloudWatch integration feature with S3

You can export log data from your CloudWatch log groups to an Amazon S3 bucket and use this data in custom processing and analysis, or to load onto other systems.