serverless/lib/plugins/Plugins.json
Benny Bauer 9f0c506c75 fix 1468 - display endpoints
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.
2016-07-29 13:01:15 +02:00

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"
]
}