faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > faastLocal

faastLocal() function

The main entry point for faast with Local provider.

Signature:

export declare function faastLocal<M extends object>(fmodule: M, options?: LocalOptions): Promise<LocalFaastModule<M>>;

Parameters

ParameterTypeDescription
fmoduleMA module imported with import * as X from "Y";. Using require also works but loses type information.
optionsLocalOptionsMost common options are in CommonOptions. Additional Local-specific options are in LocalOptions.

Returns:

Promise<LocalFaastModule<M>>

a Promise for LocalFaastModule.

  • faastLocal() function
  • Parameters
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2021 Andy Chou