Skip to content

Simple Google Cloud Function that shows up file structure when using the Go 1.13 runtime. Useful if you need to read config file(s) that come along with your function.

bcollard/find-go-cloud-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

Simple Google Cloud Function that shows up file structure when using the Go 1.13 runtime.
Useful if you need to read config file(s) that come along with your function.

Deployment

gcloud functions deploy find --entry-point Find --region europe-west1 --runtime go113 --trigger-http --timeout 300 --memory 256MB --allow-unauthenticated

Findings

Static file(s) left under that dir, with source code sent by gcloud command: /workspace/serverless_function_source_code/

Output sample

See that gist: https://gist.github.com/bcollard/103fe9fbbbfee098e0a06a4e3d844e0a

About

Simple Google Cloud Function that shows up file structure when using the Go 1.13 runtime. Useful if you need to read config file(s) that come along with your function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages