serverless/lib/plugins/Plugins.json
Philipp Muens 60e7be805d Rename "awsRemoveResources" to "awsRemove"
This way it's less verbose and sticks to the overall used naming convention.
2016-06-10 10:40:37 +02:00

15 lines
358 B
JSON

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