# Getting Started with Serverless First things first, let's get the Serverless framework installed on your machine. ```bash # Installing the serverless cli npm install -g serverless # Updating serverless from a previous version of serverless npm update -g serverless ``` Next up, it's time to choose where you'd like your serverless service to run. ## Choose your compute provider
Amazon Web Services
Quick Start Guide
Azure Functions
Quick Start Guide
Apache OpenWhisk
Quick Start Guide
Google Cloud Functions
Quick Start Guide
Kubeless
Quick Start Guide
Spotinst
Quick Start Guide
Fn
Quick Start Guide
Cloudflare Workers
Quick Start Guide