mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"plugins": [
|
|
"./interactiveCli",
|
|
"./config/config.js",
|
|
"./create/create.js",
|
|
"./install/install.js",
|
|
"./package/package.js",
|
|
"./deploy/deploy.js",
|
|
"./invoke/invoke.js",
|
|
"./info/info.js",
|
|
"./logs/logs.js",
|
|
"./metrics/metrics.js",
|
|
"./print/print.js",
|
|
"./remove/remove.js",
|
|
"./rollback/index.js",
|
|
"./slstats/slstats.js",
|
|
"./plugin/plugin.js",
|
|
"./plugin/install/install.js",
|
|
"./plugin/uninstall/uninstall.js",
|
|
"./plugin/list/list.js",
|
|
"./plugin/search/search.js",
|
|
"./aws/configCredentials/awsConfigCredentials.js",
|
|
"./aws/provider/awsProvider.js",
|
|
"./aws/common/index.js",
|
|
"./aws/package/index.js",
|
|
"./aws/deploy/index.js",
|
|
"./aws/invoke/index.js",
|
|
"./aws/info/index.js",
|
|
"./aws/logs/index.js",
|
|
"./aws/metrics/awsMetrics.js",
|
|
"./aws/remove/index.js",
|
|
"./aws/rollback/index.js",
|
|
"./aws/rollbackFunction/index.js",
|
|
"./aws/package/compile/layers/index.js",
|
|
"./aws/package/compile/functions/index.js",
|
|
"./aws/package/compile/events/schedule/index.js",
|
|
"./aws/package/compile/events/s3/index.js",
|
|
"./aws/package/compile/events/apiGateway/index.js",
|
|
"./aws/package/compile/events/websockets/index.js",
|
|
"./aws/package/compile/events/sns/index.js",
|
|
"./aws/package/compile/events/stream/index.js",
|
|
"./aws/package/compile/events/alb/index.js",
|
|
"./aws/package/compile/events/alexaSkill/index.js",
|
|
"./aws/package/compile/events/alexaSmartHome/index.js",
|
|
"./aws/package/compile/events/iot/index.js",
|
|
"./aws/package/compile/events/cloudWatchEvent/index.js",
|
|
"./aws/package/compile/events/cloudWatchLog/index.js",
|
|
"./aws/package/compile/events/cognitoUserPool/index.js",
|
|
"./aws/package/compile/events/sqs/index.js",
|
|
"./aws/deployFunction/index.js",
|
|
"./aws/deployList/index.js",
|
|
"./aws/invokeLocal/index.js"
|
|
]
|
|
}
|