You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
This will fixprobot#34 by setting a default value on the
`lowerCaseKeys` function. You can get into this state when setting up a
test/demo incorrectly or using a lambda warmer (like serverless-warmup).
I am immediately returning because then a clear error can be shown.
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:
The text was updated successfully, but these errors were encountered: