mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Display general information on service, functions and endpoints. Add tests. partial fix for #1468 - display endpoints fix 1468 - display endpoints Display general information on service, functions and endpoints. Add tests.
21 lines
568 B
JSON
21 lines
568 B
JSON
{
|
|
"plugins": [
|
|
"./create/create.js",
|
|
"./package/index.js",
|
|
"./deploy/deploy.js",
|
|
"./invoke/invoke.js",
|
|
"./info/info.js",
|
|
"./remove/remove.js",
|
|
"./tracking/tracking.js",
|
|
"./aws/deploy/index.js",
|
|
"./aws/invoke/index.js",
|
|
"./aws/info/index.js",
|
|
"./aws/remove/index.js",
|
|
"./aws/deploy/compile/functions/index.js",
|
|
"./aws/deploy/compile/events/schedule/index.js",
|
|
"./aws/deploy/compile/events/s3/index.js",
|
|
"./aws/deploy/compile/events/apiGateway/index.js",
|
|
"./aws/deploy/compile/events/sns/index.js"
|
|
]
|
|
}
|