I have a Lambda function written in Node.js that successfully publishes to a SNS. When I put the same function within an Alexa intent in the Alexa Lambda function, it gets executed only if I comment out the Alexa part of the code.I have a Lambda function written in Node.js tha