Access to aws-lambda context when running nodejs + expressjs
问题 I'm, just starting out with AWS-Lambda, AWS-API Gateway and ExpressJs. I'm having trouble finding how the AWS-Lambda "context" is available in my "ExpressJs" application. I'm using: AWS-Lambda AWS-API Gateway NodeJs v4.3.2 ExpressJs 4.14.1 ClaudiaJs 2.7.0 In Aws Lambda I use aws-serverless-express to receive the API-Gateway request and initialize the node application. The following is the structure I have found from different tutorials, etc lambda.js (Initiated from API-Gateway. Supplying the