joanaz / MirrorMirrorOnTheWallSkill

Alexa skill for controlling a MagicMirror²
MIT License
44 stars 35 forks source link

issue in 4/6, 4. Configure an Alexa Skill to Use Lambda. #17

Open onkararj opened 6 years ago

onkararj commented 6 years ago

not getting lambda response in service simulator. getting error all the time.. plz help me wt this

caldecy commented 6 years ago

Is your test execution result something like this:

{ "errorMessage": "Invalid connect options supplied.", "errorType": "Error", "stackTrace": [ "Object.app.setup (/var/task/MirrorMirror.js:11:23)", "Object. (/var/task/index.js:22:14)", "Module._compile (module.js:409:26)", "Object.Module._extensions..js (module.js:416:10)", "Module.load (module.js:343:32)", "Function.Module._load (module.js:300:12)", "Module.require (module.js:353:17)", "require (internal/module.js:12:17)" ] }

Cause I am also facing this error when I run the Test in the Function page.

iotMice commented 6 years ago

Is your test execution result something like this:

{ "errorMessage": "Invalid connect options supplied.", "errorType": "Error", "stackTrace": [ "Object.app.setup (/var/task/MirrorMirror.js:11:23)", "Object. (/var/task/index.js:22:14)", "Module._compile (module.js:409:26)", "Object.Module._extensions..js (module.js:416:10)", "Module.load (module.js:343:32)", "Function.Module._load (module.js:300:12)", "Module.require (module.js:353:17)", "require (internal/module.js:12:17)" ] }

Cause I am also facing this error when I run the Test in the Function page.

yes i am also getting the same while testing in lambda instance.