mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Implements the basic removeResources plugin which defines a "removeResources" lifecycle hook. Refs #1161
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"plugins": [
|
|
"./deploy/deploy.js",
|
|
"./awsDeploy/awsDeploy.js",
|
|
"./create/create.js",
|
|
"./removeResources/removeResources.js",
|
|
"./helloWorld/helloWorld.js"
|
|
]
|
|
}
|