Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove undocumented legacy callbacks #18

Merged
merged 1 commit into from
Sep 17, 2020
Merged

fix: remove undocumented legacy callbacks #18

merged 1 commit into from
Sep 17, 2020

Commits on Mar 23, 2019

  1. fix: remove undocumented legacy callbacks

    `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.
    DavidJFelix authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    919d228 View commit details
    Browse the repository at this point in the history