Skip to content

Tags: dangerdevices/serverless-lambda

Tags

v1.0.0

Toggle v1.0.0's commit message
ci: remove node 8 tests, add node 14 tests

BREAKING CHANGE: drop official support for Node 8

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove undocumented legacy callbacks (probot#18)

`context.done` is from the pre-node4.10 runtime days of lambda, it was deprecated in favor of callback, which is optionally sidelined in favor of an async/promise-based return. If the function receives no callback and returns a promise or is marked as async, you should simply return/throw in order to actuate the callbacks.

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(serverless): gracefully fail with 400 for null body (probot#38)

v0.5.1

Toggle v0.5.1's commit message
fix: make package compatible with probot v10 (probot#46)

v0.5.0

Toggle v0.5.0's commit message
0.5.0

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request probot#30 from probot/npm-audit-fix

Further update deps, cut 0.4.0

v0.3.0

Toggle v0.3.0's commit message
chore: bump dependencies