serverless/lib/defaults/defaults.json
2015-10-22 13:56:17 -05:00

24 lines
442 B
JSON

{
"plugins": [
{
"path": "./defaults/actions/ProjectCreate.js",
"config": {}
},
{
"path": "./defaults/actions/DeployLambda.js",
"config": {}
},
{
"path": "./defaults/actions/ModuleCreate.js",
"config": {}
},
{
"path": "./defaults/actions/VersionLambda.js",
"config": {}
},
{
"path": "./defaults/actions/AliasLambda.js",
"config": {}
}
]
}