Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 1.03 KB

quick-start.md

File metadata and controls

50 lines (33 loc) · 1.03 KB

Google - Quick Start

This guide is designed to help you get started as quick as possible.

1. Create a new service

  1. Create a new service with the google-nodejs template
serverless create --template google-nodejs --path my-service
  1. Install the dependencies
cd my-service
npm install

2. Set up the credentials

Read through credentials doc to setup the credentials.

3. Update serverless.yml

Update the project and credentials in your projects serverless.yml

4. Deploy

Run the deploy command

serverless deploy

5. Invoke

Run the invoke command

serverless invoke --function first