GCP Cloud Function Pub/Sub

Google Cloud Function that attaches to a PubSub topic.

View Source Code
Deployments

35

Made by

Massdriver

Official

Yes

No

Compliance

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
cloud_function_configuration.entrypointstringName of the function that will be executed when the Google Cloud Function is triggered.
cloud_function_configuration.maximum_instancesintegerThe maximum number of Cloud Function instances to be running at one time.
cloud_function_configuration.memory_mbintegerThe total available memory given to the Cloud Function.
cloud_function_configuration.minimum_instancesintegerThe minimum number of Cloud Function instances to be running at one time.
cloud_function_configuration.runtimestringThe language runtime to use in this Cloud Function