Serverless Framework Cheatsheet
MD
R
MarkdownUseful commands and snippets for the Serverless Framework
Install binaries
curl -o- -L https://slss.io/install | bash export PATH="$HOME/.serverless/bin:$PATH"
Create a template for AWS Node.js (12 LTS)
serverless create --template aws-nodejs
Deploy
serverless deploy
Created on 3/24/2020