Preparing for Exercises
Fulfill the prerequisites for executing FaaS examples.
We'll cover the following...
Installing Serverless Framework CLI
Let’s install the Serverless Framework CLI.
Press + to interact
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 ...