probot / adapter-aws-lambda-serverless

An extension for running Probot on Lambda
ISC License
94 stars 36 forks source link

Getting " at lowerCaseKeys (/var/task/node_modules/@probot/serverless-lambda/index.js:25:10)" error #34

Closed jmunoz1992 closed 4 years ago

jmunoz1992 commented 4 years ago

When I run serverless invoke -f probot -l, the serverless framework runs my lambda function and loads the first line of the app then fails due to the following error in the probot lambda index.js file:

image

I believe the error may be coming from this file:

image

alexdmejias commented 4 years ago

@jmunoz1992 I have the same issue, did you have any luck resolving it?