# README
Go Function
This function was generated using the `agilefoxHQ/go-template-function repository. It is a Google Cloud Function written in Go 1.19 with some bootstrapping code provided for a sample deploy pipeline.
It also has a main package for local testing using Google Functions Framework.
The main function in this template is an HTTP function, please refer to https://cloud.google.com/functions/docs/concepts/events-triggers to adapt your function.
Changes to make
- Change function name
- Change the workflow yaml files to reflect the right flag values in the
Deploy to GCP Functions
step. - Update README
# Functions
DoThatThing gets invoked by the HTTP trigger described in https://cloud.google.com/functions/docs/calling.