logo

The most widely-adopted toolkit for building serverless applications.

Any provider. Same experience.

  1. # Step 1. Install serverless globally
  2. $ npm install serverless -g
  3. # Step 2. Login to your serverless account
  4. $ serverless login
  5. #Step 3. Create a serverless function
  6. $ serverless create --template hello-world
  7. # Step 4. deploy to cloud provider
  8. $ serverless deploy
  9. # Your function is deployed!
  10. $ http://xyz.amazonaws.com/hello-world

Supports these serverless backends

...

What you can do with
serverless applications

01

Build APIs

02

Custom automation

03

Data processing

The rise of the serverless
application

Serverless developers don’t just leverage FaaS. They build servicefull applications that stitch together SaaS, hosted services and compute.

...

"The Serverless Framework is a core component of The Coca-Cola Company's initiative to reduce IT operational costs and deploy services faster."

Patrick Brandt Solutions Architect at The Coca Cola Company
...

The all-in-one solution for serverless application management

Check the health of your serverless application. Control and secure your builds. Scale development across the team.

Serverless Platform is trusted by

logo partners logo partners logo partners logo partners logo partners

New to serverless?

To get started, pop open your terminal & run:

npm install serverless -g