faastjs.awsfaastmodule.md

April 11, 2023 ยท View on GitHub

faastjs > AwsFaastModule

AwsFaastModule type

The return type of faastAws(). See FaastModuleProxy.

Signature:

export type AwsFaastModule<M extends object = object> = FaastModuleProxy<M, AwsOptions, AwsState>;

References: FaastModuleProxy, AwsOptions