This guide is designed to help you get started as quick as possible.
- Create a new service with the
google-nodejs
template
serverless create --template google-nodejs --path my-service
- Install the dependencies
cd my-service
npm install
Read through credentials doc to setup the credentials.
Update the project
and credentials
in your projects serverless.yml
Run the deploy command
serverless deploy
Run the invoke command
serverless invoke --function first