serverless/lib/Actions.json
2016-03-14 21:46:44 +07:00

37 lines
1.1 KiB
JSON

{
"plugins": [
"./actions/ProjectCreate.js",
"./actions/ProjectInstall.js",
"./actions/ProjectInit.js",
"./actions/FunctionRun.js",
"./actions/FunctionCreate.js",
"./actions/FunctionDeploy.js",
"./actions/CodePackageLambda.js",
"./actions/CodeDeployLambda.js",
"./actions/EndpointDeploy.js",
"./actions/EndpointBuildApiGateway.js",
"./actions/EventDeploy.js",
"./actions/EventLambdaStream.js",
"./actions/EventLambdaS3.js",
"./actions/EventLambdaSNS.js",
"./actions/EventLambdaSchedule.js",
"./actions/DashDeploy.js",
"./actions/DashSummary.js",
"./actions/EndpointDeployApiGateway.js",
"./actions/StageCreate.js",
"./actions/RegionCreate.js",
"./actions/ResourcesDeploy.js",
"./actions/ResourcesRemove.js",
"./actions/RegionRemove.js",
"./actions/StageRemove.js",
"./actions/ProjectRemove.js",
"./actions/FunctionLogs.js",
"./actions/ResourcesDiff.js",
"./actions/PluginCreate",
"./actions/FunctionRemove.js",
"./actions/EventRemove.js",
"./actions/EndpointRemove.js",
"./actions/FunctionRollback.js"
]
}