Serverless Framework
Effortlessly build and deploy auto-scaling, pay-per-use applications on AWS Lambda and other cloud providers.
Categories
Building the App
AWS Official
DevOps & Platforms
Our Take
The Serverless Framework pioneered the movement of abstracting away cloud infrastructure. It remains one of the most powerful and flexible tools for building event-driven applications that are cost-effective and infinitely scalable. It's a key enabler for a 'no-ops' development culture.
Quick Start
```bash
npm install -g serverless
serverless
# Follow the interactive setup
```