mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
11 lines
452 B
Markdown
11 lines
452 B
Markdown
# Developing 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.
|
|
|
|
## Table of contents
|
|
|
|
- [Building plugins](building-plugins.md)
|
|
- [Building provider integrations](building-provider-integrations.md)
|