Tiny sample demonstrating Google Cloud Functions with TypeScript. Deploying Before deploying, need to authorize with gcloud and select the project: gcloud auth login gcloud config set project PROJECTNAME Then you can deploy with: npm run deploy