serverless/lib/Actions.json
2015-12-08 09:02:27 -08:00

81 lines
1.5 KiB
JSON

{
"plugins": [
{
"path": "./actions/ProjectCreate.js",
"config": {}
},
{
"path": "./actions/ModuleCreate.js",
"config": {}
},
{
"path": "./actions/ModuleInstall.js",
"config": {}
},
{
"path": "./actions/FunctionRun.js",
"config": {}
},
{
"path": "./actions/FunctionCreate.js",
"config": {}
},
{
"path": "./actions/FunctionRunLambdaNodeJs.js",
"config": {}
},
{
"path": "./actions/FunctionDeploy.js",
"config": {}
},
{
"path": "./actions/CodePackageLambdaNodeJs.js",
"config": {}
},
{
"path": "./actions/CodeDeployLambdaNodeJs.js",
"config": {}
},
{
"path": "./actions/EndpointDeploy.js",
"config": {}
},
{
"path": "./actions/EndpointBuildApiGateway.js",
"config": {}
},
{
"path": "./actions/EndpointDeployApiGateway.js",
"config": {}
},
{
"path": "./actions/StageCreate.js",
"config": {}
},
{
"path": "./actions/RegionCreate.js",
"config": {}
},
{
"path": "./actions/EnvList.js",
"config": {}
},
{
"path": "./actions/EnvGet.js",
"config": {}
},
{
"path": "./actions/EnvSet.js",
"config": {}
},
{
"path": "./actions/EnvUnset.js",
"config": {}
},
{
"path": "./actions/ResourcesDeploy.js",
"config": {}
}
]
}