serverless/lib/plugins/Plugins.json
2016-06-10 16:55:14 +02:00

16 lines
422 B
JSON

{
"plugins": [
"./create/create.js",
"./deploy/deploy.js",
"./invoke/invoke.js",
"./remove/remove.js",
"./awsCompileFunctions/awsCompileFunctions.js",
"./awsCompileS3Events/awsCompileS3Events.js",
"./awsCompileScheduledEvents/awsCompileScheduledEvents.js",
"./awsDeploy/awsDeploy.js",
"./awsInvoke/awsInvoke.js",
"./awsRemove/awsRemove.js",
"./helloWorld/helloWorld.js"
]
}