serverless - npm
https://www.npmjs.com/package/serverlessThe Serverless Framework is a command-line tool that uses easy and approachable YAML syntax to deploy both your code and cloud infrastructure needed to make tons of serverless application use-cases. It's a multi-language framework that supports Node.js, …
Serverless Getting Started Guide
www.serverless.com › framework › docsInstall the serverless CLI via NPM: npm install -g serverless Note: If you don’t already have Node on your machine, install it first. We suggest using the latest LTS version of NodeJS. If you don't want to install Node or NPM, you can install a standalone binary. Install as a standalone binary MacOS/Linux. To install the latest version, run ...