# Getting Started with Serverless First things first, lets get the serverless framework installed on your machine. ```bash # Installing the serverless cli npm install serverless -g ``` ## Choose your compute provider [Amazon Web Services + Serverless Getting Started Guide](/framework/docs/providers/aws/guide/quickstart) [Azure Functions + Serverless Getting Started Guide](/framework/docs/providers/azure/guide/quickstart) [Apache OpenWhisk + Serverless Getting Started Guide](/framework/docs/providers/openwhisk/guide/quickstart) [Google Cloud Functions + Serverless Getting Started Guide](/framework/docs/providers/google/guide/quickstart)