faastjs.faastmodule.functionsdetail.md

April 11, 2023 ยท View on GitHub

faastjs > FaastModule > functionsDetail

FaastModule.functionsDetail property

Similar to FaastModule.functions except each function returns a Detail object

Signature:

functionsDetail: ProxyModuleDetail<M>;

Remarks

Advanced users of faast.js may want more information about each function invocation than simply the result of the function call. For example, the specific logUrl for each invocation, to help with detailed debugging. This interface provides a way to get this detailed information.