faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > faastGoogle

faastGoogle() function

The main entry point for faast with Google provider.

Signature:

export declare function faastGoogle<M extends object>(fmodule: M, options?: GoogleOptions): Promise<GoogleFaastModule<M>>;

Parameters

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

Returns:

Promise<GoogleFaastModule<M>>

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