Node.js Alexa Task Issue
I\'m currently coding a Node.js Alexa Task via AWS Lambda, and I have been trying to code a function that receives informat
This is probably a permissions issue with files inside your deployment zip. Try chmod 777 your files before packaging them in a zip file.
chmod 777