Philipp Muens d7b6c6ff75 Add event sources concept to docs
Updated the services definition to reflect the recent changes and fixed some minor
stuff.
2016-06-13 19:42:17 +02:00
..
2016-06-10 16:57:48 +02:00
2016-06-13 12:53:47 +02:00
2016-06-13 19:42:17 +02:00

Documentation

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

You may want to start with the "Your first service" tutorial to create, deploy, invoke and remove your very first Serverless service!

If you're interested to take a look behind the scenes you might take a look at the concepts of Serverless to understand the how Serverless is architected and works.

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

  • Tutorials
    • Your first service - Create, deploy, invoke and remove your first service
    • Event sources - Learn how you can extend your services functionality with event sources
  • 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