serverless/lib/plugins/Plugins.json
2016-06-16 21:24:09 +02:00

17 lines
449 B
JSON

{
"plugins": [
"./create/create.js",
"./deploy/deploy.js",
"./invoke/invoke.js",
"./remove/remove.js",
"./aws/deploy/index.js",
"./aws/invoke/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",
"./helloWorld/helloWorld.js"
]
}