serverless/docs/using-plugins/core-plugins.md
2016-06-23 15:24:52 +02:00

19 lines
748 B
Markdown

# Core plugins
This is a list of all plugins which ship with Serverless. Click on each plugin to read what it does, how it works and
see the corresponding source code.
- Core plugins
- [Create](/lib/plugins/create)
- [Deploy](/lib/plugins/deploy)
- [Invoke](/lib/plugins/invoke)
- [Remove](/lib/plugins/remove)
- Amazon Web Services
- [Compile Functions](/lib/plugins/aws/deploy/compile/functions)
- [Compile S3 Events](/lib/plugins/aws/deploy/compile/events/s3)
- [Compile Scheduled Events](/lib/plugins/aws/deploy/compile/events/schedule)
- [Compile Api Gateway Events](/lib/plugins/aws/deploy/compile/apiGateway)
- [Deploy](/lib/plugins/aws/deploy)
- [Invoke](/lib/plugins/aws/invoke)
- [Remove](/lib/plugins/aws/remove)