Closed jmunoz1992 closed 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:
serverless invoke -f probot -l
I believe the error may be coming from this file:
@jmunoz1992 I have the same issue, did you have any luck resolving it?
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:I believe the error may be coming from this file: