├── .gcloudignore ├── .gitignore ├── README.md ├── index.js └── package.json /.gcloudignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wesley-haigh/gcp-cloud-functions-example/HEAD/.gcloudignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wesley-haigh/gcp-cloud-functions-example/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wesley-haigh/gcp-cloud-functions-example/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wesley-haigh/gcp-cloud-functions-example/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wesley-haigh/gcp-cloud-functions-example/HEAD/package.json --------------------------------------------------------------------------------