serverless/lib/plugins/Plugins.json
Philipp Muens cc79161aa1 Rename invokeAws to awsInvoke
So that it sticks to the overall used plugin naming.
2016-06-05 20:49:15 +02:00

13 lines
274 B
JSON

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