@@ -7,6 +7,7 @@ This repository holds Node.js samples used throughout [cloud.google.com]().
77## Table of Contents
88
99* [ Google App Engine] ( #google-app-engine )
10+ * [ Google Cloud Functions] ( #google-cloud-functions )
1011* [ Google Cloud Logging] ( #google-cloud-logging )
1112* [ Google Cloud Pub/Sub] ( #google-cloud-pubsub )
1213* [ Google Cloud Storage] ( #google-cloud-storage )
@@ -67,10 +68,14 @@ __Other Examples__
6768- Reading/writing from/to disk - [ Source code] [ aedisk_1 ]
6869- Serving static files - [ Source code] [ aestaticfiles_1 ]
6970
70- ## Google Cloud Datastorem
71+ ## Google Cloud Datastore
7172
7273- Tasks sample - [ Source code] [ datastore_1 ] | [ Documentation] [ datastore_2 ]
7374
75+ ## Google Cloud Functions
76+
77+ - Samples - [ Source code] [ functions_1 ] | [ Documentation] [ functions_2 ]
78+
7479## Google Cloud Logging
7580
7681- Reading logs sample - [ Source code] [ logging_read_1 ] | [ Documentation] [ logging_read_2 ]
@@ -251,6 +256,9 @@ See [LICENSE](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/ma
251256[ datastore_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/datastore/tasks.js
252257[ datastore_2 ] : https://cloud.google.com/datastore/docs/concepts/overview
253258
259+ [ functions_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/functions/
260+ [ functions_2 ] : https://cloud.google.com/functions/docs
261+
254262[ logging_read_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/logging/list.js
255263[ logging_read_2 ] : https://cloud.google.com/logging/docs/api/tasks/authorization
256264[ logging_write_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/logging/write.js
0 commit comments