faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > Detail

Detail interface

A function return value with additional detailed information.

Signature:

export interface Detail<R> 

Properties

PropertyTypeDescription
executionId?string(Optional) If available, the provider-specific execution identifier for this invocation.
instanceId?string(Optional) If available, the provider-specific instance identifier for this invocation.
logUrl?string(Optional) The URL of the logs for the specific execution of this function call.
valueRA Promise for the function's return value.
  • Detail interface
  • Properties
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2021 Andy Chou