Skip to content

Latest commit

 

History

History
 
 

docs

Documentation

Welcome to the Serverless v1.0 documentation.

Here you'll find all the necessary information you need to learn and understand Serverless. It'll show you how you can build next generation Serverless applications. Furthermore we'll deep dive into the internals of Serverless so that you know how it works and how you can extend and modify it!

Quick start

Follow these simple steps to install the alpha, create and deploy your first service, run your function and remove the service afterwards.

  1. npm install -g serverless@alpha
  2. mkdir my-first-service && cd my-first-service
  3. serverless create --template aws-nodejs
  4. serverless deploy
  5. serverless invoke --function hello
  6. serverless remove

How to contribute to Serverless

We love our community! Contributions are always welcomed! Jump right into our issues to join existing discussions or open up new ones if you have a bug or want to improve Serverless.

Also feel free to open up pull requests which resolves issues!

You may also take a look at our code of conduct.

User documentation