While we invoke my lambda from CloudWatch Event and wanted to forward the call to '/' get path.
but its not forwarding the call to app.js
Here is my sample code
const serverlessExpress = require('@vendia/serverless-express')
const expApp = require('./app')
return serverlessExpress({ app: expApp })(event, context);