id | title | hide_title |
---|---|---|
faastjs.awsfaastmodule |
AwsFaastModule type |
true |
The return type of faastAws(). See FaastModuleProxy.
Signature:
export type AwsFaastModule<M extends object = object> = FaastModuleProxy<M, AwsOptions, AwsState>;
References: FaastModuleProxy, AwsOptions