mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
1.7 KiB
1.7 KiB
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
# Update the serverless cli from a previous version
npm update -g serverless
If you don’t already have Node 6 or higher installed on your machine, you’ll need to do that first.
Once you have the Serverless Framework installed, simply run the ‘serverless’ command and follow the prompts. In no time you will have deployed your first serverless application.
# Create a new serverless 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.