Documentation

This docs section will include documentation relevant to understand how Serverless works.

You may want to start with the concepts of Serverless to understand the how Serverless is architected and works behind the scenes.

After that you should take a look at the different plugins which are used to deliver the functionality Serverless provides (such as service creation, deployment, removal, function invocation etc.).

Table of contents

  • Concepts
  • Plugins
    • create - Creates a new Serverless service
    • deploy - Deploy your resources to your provider
    • invoke - Invoke your function
    • remove - Remove a deployed service