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!
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@alpha
mkdir my-first-service && cd my-first-service
serverless create --template aws-nodejs
serverless deploy
serverless invoke --function hello
serverless remove
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.