Intro. Quick recommendations and tips for various processes.
serverless deploy when you've made changes to serverless.yml and in CI/CD systemsserverless invoke --function myFunction to test your Google Cloud Functionsserverless logs --function myFunctionA handy list of commands to use when developing with the Serverless Framework.
google-nodejs templateserverless create --template google-nodejs --path my-service
cd my-service
npm install
serverlesss.ymlUpdate the project and credentials in your projects serverless.yml
This is a convenience method to install a pre-made Serverless Service locally by downloading the Github repo and unzipping it.
serverless install -u [GITHUB URL OF SERVICE]
Use this when you have made changes to your Functions, Events or Resources in serverless.yml or you simply want to deploy all changes within your Service at the same time.
serverless deploy
Invokes an Google Cloud Function
serverless invoke function --function [FUNCTION NAME]
Open up a separate tab in your console and see logs for a specific function using the following command.
serverless logs --function [FUNCTION NAME]
See information about your deployed service by running the info command in your service directory.
serverless info
developers
Made with love in San Francisco + Atlanta, Austria, Germany, Pakistan, Poland, Nebraska & Thailand
Serverless, Inc. © 2018