serverless/lib/plugins/Plugins.json
2016-06-02 15:07:35 +02:00

12 lines
224 B
JSON

{
"plugins": [
"./deploy/deploy.js",
"./awsDeploy/awsDeploy.js",
"./create/create.js",
"./remove/remove.js",
"./invoke/invoke.js",
"./invokeAws/invokeAws.js",
"./helloWorld/helloWorld.js"
]
}