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