Daniel Schildt 6b6a494158
docs(google) update hello-world example's invoke
If a new user creates a new service with the `google-nodejs` template,
the pre-configured function is named as `first` instead of `helloWorld`.

More details from the configuration file of the template:
- https://github.com/serverless/boilerplate-googlecloudfunctions-nodejs/blob/master/serverless.yml#L22
2018-01-19 05:06:51 +02:00
..
2017-09-06 10:40:07 +02:00
2017-12-03 13:28:04 +01:00
2017-10-04 17:26:37 -07:00

Read this on the main serverless docs site

Documentation

The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions.

Write your code, configure events to trigger your functions, then deploy & run those functions to your cloud provider via the Serverless CLI.

Getting started with serverless? Start here.

Already using AWS or another cloud provider? Read on.

Serverless Cloud Providers