Skip to content

Instantly share code, notes, and snippets.

@ahndmal
Created February 13, 2023 14:06
Show Gist options
  • Save ahndmal/49d250230f3d5f558ad5d27f1d64aed2 to your computer and use it in GitHub Desktop.
Save ahndmal/49d250230f3d5f558ad5d27f1d64aed2 to your computer and use it in GitHub Desktop.
#https://cloud.google.com/functions/docs/create-deploy-gcloud
gcloud functions deploy go-http-function \
--gen2 \
--runtime=go119 \
--region=REGION \
--source=. \
--entry-point=HelloGet \
--trigger-http \
--allow-unauthenticated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment