GCP Cloud Function Pub/Sub
Google Cloud Function that attaches to a PubSub topic.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
35
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
cloud_function_configuration.entrypoint | string | Name of the function that will be executed when the Google Cloud Function is triggered. |
cloud_function_configuration.maximum_instances | integer | The maximum number of Cloud Function instances to be running at one time. |
cloud_function_configuration.memory_mb | integer | The total available memory given to the Cloud Function. |
cloud_function_configuration.minimum_instances | integer | The minimum number of Cloud Function instances to be running at one time. |
cloud_function_configuration.runtime | string | The language runtime to use in this Cloud Function |