jasonpolites / gcf-recipes

A collection of sample code for Google Cloud Functions

Home Page:https://cloud.google.com/functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Status

Google Cloud Functions Recipes (Unofficial)

Notes on deployment

If you have a large number of dependencies in your package.json file and you run npm install locally, you may find deployments to be slow because you will be deploying your fully-materialized node_modules folder. If you don't have any private modules in your node_modules folder we recommend you rm -rf node_modules prior to invoking deploy

Coming Soon...

  • Processing Cloud Logging events
  • Responding to Google Drive events
  • Processing GMail events
  • Authentication
  • Using HTTP Basic Authentication
  • Using a simple shared key
  • Validating JSON Web Tokens (JWTs)
  • Sending messages to a Slack channel
  • Making payments with Stripe
  • Executing algorithms in Algorithmia.io

About

A collection of sample code for Google Cloud Functions

https://cloud.google.com/functions

License:Apache License 2.0


Languages

Language:JavaScript 99.4%Language:HTML 0.6%