Skip to content

Latest commit

 

History

History
115 lines (109 loc) · 4.86 KB

getting-started.md

File metadata and controls

115 lines (109 loc) · 4.86 KB

Getting Started with Serverless

First things first, let's get the Serverless framework installed on your machine.

# Installing the serverless cli
npm install -g serverless
# Updating serverless from a previous version of serverless
npm install -g serverless
# Login to the serverless platform (optional)
serverless login

Next up, it's time to choose where you'd like your serverless service to run.

Choose your compute provider