faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > faastAws

faastAws() function

The main entry point for faast with AWS provider.

Signature:

export declare function faastAws<M extends object>(fmodule: M, options?: AwsOptions): Promise<AwsFaastModule<M>>;

Parameters

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

Returns:

Promise<AwsFaastModule<M>>

a Promise for AwsFaastModule.

  • faastAws() function
  • Parameters
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
SlackTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2019 Andy Chou