We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not getting lambda response in service simulator. getting error all the time.. plz help me wt this
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
not getting lambda response in service simulator. getting error all the time.. plz help me wt this
The text was updated successfully, but these errors were encountered: