mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
19 lines
748 B
Markdown
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)
|