you are getting ready for an event to show off your alexa skill written in javascript. as you are testing your voice activation commands you find that some intents are not invoking as they should and you are struggling to figure out what is happening. you included the following code console.log(json.stringify(this.event)) in hopes of getting more details about the request to your alexa skill. you would like the logs stored in an amazon simple storage service (s3) bucket named myalexalog. how do you achieve this?