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.
npm install -g serverless@alphaserverless create --name first-service --provider awscd first-serviceserverless deployserverless invoke --function helloserverless 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.