serverless/docs/using-plugins/core-plugins.md
2016-08-04 14:47:32 +02:00

25 lines
1.1 KiB
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)
- [Compile DynamoDB Stream Events](/lib/plugins/aws/deploy/compile/events/dynamodb)
- [Compile Kinesis Stream Events](/lib/plugins/aws/deploy/compile/events/kinesis)
- [Deploy](/lib/plugins/aws/deploy)
- [Invoke](/lib/plugins/aws/invoke)
- [Remove](/lib/plugins/aws/remove)
- [Deploy function](/lib/plugins/aws/deployFunction)