serverless/docs/getting-started.md
2017-05-10 17:49:45 -07:00

31 lines
1.1 KiB
Markdown

<!--
title: Serverless Getting Started Guide
menuText: Getting Started
layout: Doc
menuOrder: 0
menuItems:
- {menuText: AWS Guide, path: /framework/docs/providers/aws/guide/quickstart}
- {menuText: Azure Functions Guide, path: /framework/docs/providers/azure/guide/quickstart}
- {menuText: OpenWhisk Guide, path: /framework/docs/providers/openwhisk/guide/quickstart}
- {menuText: Google Functions Guide, path: /framework/docs/providers/google/guide/quickstart}
-->
# 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)