id | title | hide_title |
---|---|---|
faastjs.awsoptions |
AwsOptions interface |
true |
AWS-specific options for faastAws().
Signature:
export interface AwsOptions extends CommonOptions
Extends: CommonOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) AWS service factories. See AwsClientFactory. | |||
Partial<CreateFunctionRequest> |
(Optional) Additional options to pass to AWS Lambda creation. See CreateFunction. | ||
(Optional) The region to create resources in. Garbage collection is also limited to this region. Default: | |||
string |
(Optional) The role that the lambda function will assume when executing user code. Default: |