Open Vladimir85 opened 8 years ago
I have found the issue, I have not configured the "Integration Request" and "Integration response". Not it seems to be working
@Vladimir85 hello i am new in node js and lambda,,i am trying to implement given example by you but still no luck,documentation is very poor for this
getting following error after run api gateway url
{"errorMessage":"connect ECONNREFUSED","errorType":"Error","stackTrace":["errnoException (net.js:905:11)","Object.afterConnect [as oncomplete] (net.js:896:19)"]}
so can you explain your sentence -
I have not configured the "Integration Request" and "Integration response". Not it seems to be working
@nirmalgoswami I have changed the way to configure lambda, there is non need to spin a web server. You should start by creation a dummy lambda and than link it from Amazon API Gateway to make it reachable from the outside. Once you have a working cycle, start adding more functionality to your lambda.
Hello John,
by following your documentation, to make the application work in Amazon Lambda, I have to:
Node dependencies are:
I've executed npm install all the dependencies has been loaded to node_modules folder, than I've zipped all the files and uploaded as Lambda's code.
After "Test" execution, I'm getting following error:
Log file contains:
Looks like the app is not able to invoke itself at 0.0.0.0:8080
Am I missing some in configuration?
Thanks, Vlad