serverless/docs/using-plugins/core-plugins.md
2016-07-15 18:22:03 +02:00

22 lines
898 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)
- [Package](/lib/plugins/package)
- [Tracking](/lib/plugins/tracking)
- 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/events/apiGateway)
- [Compile SNS Events](/lib/plugins/aws/deploy/compile/events/sns)
- [Deploy](/lib/plugins/aws/deploy)
- [Invoke](/lib/plugins/aws/invoke)
- [Remove](/lib/plugins/aws/remove)