Search⌘ K

Preparing for Exercises

Explore the installation and setup of the Serverless Framework CLI to prepare for deploying serverless functions on major cloud platforms. This lesson guides you through confirming the CLI setup and introduces the chapter roadmap covering managed Functions as a Service on AWS Lambda, Azure Functions, and Google Cloud Functions. Gain foundational knowledge to effectively work with serverless deployments in cloud environments.

Installing Serverless Framework CLI

Let’s install the Serverless Framework CLI.

Shell
curl -o- -L https://slss.io/install \
| bash

Note: This installation guide is for your local environment. Here, Serverless is already installed for you.

The output is uneventful, so we’ll refrain from commenting on it.

For the newly installed binary to be usable, we need to start a new terminal ...