Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.61 KB

README.md

File metadata and controls

66 lines (41 loc) · 2.61 KB

Serverless Documentation

Welcome to the Serverless documentation.

Providers

Concepts

Before we begin, let's run through some of the main concepts behind serverless.

Functions

Functions are the essential part for any serverless infrastructure. Several functions together form a service. A service typically solves one particular problem in your infrastructure.

Events

Serverless is used to build event driven architecture. Basically everything which can trigger a function is an event.

Events could be HTTP requests, events fired from a cloud storage (like a S3 bucket), scheduled events, etc.

Resources

Resources are the different pieces that comprise your infrastructure like databases, storage buckets, API Gateways or other resources your provider lets you configure.

Services

A Serverless service is a group of one or multiple functions and any resources they require. By grouping related functions together, it's easier to share code and resources between those functions. Services are also designed to be completely independent, which helps teams develop more quickly without waiting for others.

Plugins

Here you can read how to develop your own Serverless plugins. We'll get into details on how to write custom plugins to extend the functionality of Serverless. Furthermore we'll look into the way how you can use your plugin knowledge to integrate your own provider into the Serverless framework.

Connect with the community on gitter or in the Forum

Contributing

We love our contributors! Please read our Contributing Document to learn how you can start working on the Framework yourself.

Check out our help-wanted or help-wanted-easy labels to find issues we want to move forward on with your help.

Usage Tracking

Anonymous Usage Tracking