serverless/docs/getting-started.md
2019-07-13 21:50:38 -07:00

1.6 KiB
Raw Blame History

Getting Started with the Serverless Framework and AWS

First things first, let's get the Serverless Framework open source CLI installed on your machine.

# Install the serverless cli
npm install -g serverless

# Or, update the serverless cli from a previous version
npm update -g serverless

If you dont already have Node 6 or higher installed on your machine, youll need to do that first.

Next, simply run the serverless command and follow the prompts.

# Create and deploy a new service/project
serverless

Want to try out the Serverless Framework on a different cloud provider? Click on any of the cloud provider quick start guides, to the left, to get started.