Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
103 lines (96 loc) · 4.27 KB

getting-started.md

File metadata and controls

103 lines (96 loc) · 4.27 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
# 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