Skip to content

How to: install serverless

Mike Dial edited this page May 13, 2021 · 6 revisions

This project's application is deployed with the Serverless Application Framework; this is often referred to as just 'serverless'. Most environments are deployed by the CI system (GitHub Actions), and installation of serverless is done as a part of each build. However, if you want to deploy environments from your mac, you'll need to install serverless.

Prerequisites

Steps

  • Open a terminal
  • Run: npm install -g serverless@1.82.0

Notes

  • The version of serverless that this project (or your fork) is using will change over time. This wiki page might not be updated in lock step. Be sure to check for what version of serverless should be installed, and substitute that version for 1.82.0 in the steps above.
Clone this wiki locally