This guide is designed to help you get started as quick as possible.
google-nodejs
templateserverless create --template google-nodejs --path my-service
cd my-service
npm install
Read through credentials doc to setup the credentials.
serverless.yml
Update the project
and credentials
in your project's serverless.yml
Run the deploy command
serverless deploy
Run the invoke command
serverless invoke --function first
Product