GoogleOptions interface
Google-specific options for faastGoogle().
Signature:
export interface GoogleOptions extends CommonOptions
Extends: CommonOptions
Properties
Property | Type | Description |
---|---|---|
googleCloudFunctionOptions? | CloudFunctions.Schema$CloudFunction | (Optional) Additional options to pass to Google Cloud Function creation. See projects.locations.functions. |
region? | GoogleRegion | (Optional) The region to create resources in. Garbage collection is also limited to this region. Default: "us-central1" . |