mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
22 lines
910 B
Markdown
22 lines
910 B
Markdown
# Guide
|
|
|
|
This guide will help you building your Serverless services.
|
|
We'll start by giving you information on how to install Serverless. After that we create and deploy a service, invoke a
|
|
services function and add additional event sources to our function.
|
|
|
|
At the end we'll add custom provider resources to our service and remove it.
|
|
|
|
This guide is Amazon web service specific but can be applied to any other provider as the steps are similar.
|
|
|
|
## Table of contents
|
|
|
|
- [Installation](installation.md)
|
|
- [Provider account setup](provider-account-setup.md)
|
|
- [Creating a service](creating-a-service.md)
|
|
- [Deploying a service](deploying-a-service.md)
|
|
- [Invoking a function](invoking-a-function.md)
|
|
- [Event sources](event-sources.md)
|
|
- [Overview of available event sources](overview-of-event-sources.md)
|
|
- [Custom provider resources](custom-provider-resources.md)
|
|
- [Removing a service](removing-a-service.md)
|