This repo serves as a template for Typescript based Google Cloud Functions. Simply edit the deploy scripts and write your code inside the src folder
Install dependancies with npm
npm install
See the provided index.ts file for example http and event functions
Also be sure to change the deploy scripts in your package.json to point towards your project, as well as set the function names and trigger topics
There is a vscode launch script and tasks configured for debbuging functions
Configure your Gcloud CLI then run the relevant deploy script
Google Cloud Function Triggers
Pull requests and issues welcome!
Made with ♥