API Gateway + AWS Lambda + Atlassian Connect Express = Problems

I’m working on a Jira connect app that I would like to get working in AWS lambda using AWS Serverless Express. The application runs fine locally but when I put it into the lambda function, I’m encountering several problems and it’s not working.

Does anyone have a similar setup (API Gateway + AWS Lambda + Atlassian Connect Express)? Would you mind sharing how you overcame some of the challenges associated with this type of configuration?

I wish I had some error messages that I could share but that’s one of the problems. When I deploy to lambda, based on my debug messages, I can see that requests are making it to my Express server, but nothing comes back and no errors are thrown. It doesn’t give much clue as to why it’s not working.