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
Currently the pre:invoke hook in src/index has a try/catch block which (when catching) sends an error report to the original callback and returns the error. If the error was instead thrown, AWS would pick it up as an error.
There's a test in catchTypeError that expects the error to be returned and not thrown; it requires a fair amount of refactoring.
The text was updated successfully, but these errors were encountered:
Currently the pre:invoke hook in src/index has a try/catch block which (when catching) sends an error report to the original callback and returns the error. If the error was instead thrown, AWS would pick it up as an error.
There's a test in catchTypeError that expects the error to be returned and not thrown; it requires a fair amount of refactoring.
The text was updated successfully, but these errors were encountered: