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
Parameter |
Type |
Description |
---|---|---|
fmodule |
M |
A module imported with |
options |
(Optional) Most common options are in CommonOptions. Additional Local-specific options are in LocalOptions. |
Promise<LocalFaastModule<M>>
a Promise for LocalFaastModule.