Philipp Muens b7ce3e1ed2 Update plugins concept docs
Update plugins concept docs so that both, the serverless instance and the options are
shown in the examples.
2016-06-09 19:43:13 +02:00
..
2016-06-09 19:43:13 +02:00

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
    • Core plugins
      • create - Creates a new Serverless service
      • deploy - Deploy your resources to your provider
      • invoke - Invoke your function
      • remove - Remove a deployed service
    • AWS plugins