probot / adapter-aws-lambda-serverless

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

Remove extraneous `callbackWaitsForEmptyEventLoop` line #90

Closed ajschmidt8 closed 2 years ago

ajschmidt8 commented 2 years ago

callbackWaitsForEmptyEventLoop is only needed for non-async functions (i.e. functions that use callbacks) and therefore can be safely removed from this package.

See https://github.com/probot/adapter-aws-lambda-serverless/issues/78#issuecomment-1062256878 for more details

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: