mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
17 lines
449 B
JSON
17 lines
449 B
JSON
{
|
|
"plugins": [
|
|
"./create/create.js",
|
|
"./deploy/deploy.js",
|
|
"./invoke/invoke.js",
|
|
"./remove/remove.js",
|
|
"./aws/deploy/index.js",
|
|
"./aws/invoke/index.js",
|
|
"./aws/remove/index.js",
|
|
"./aws/deploy/compile/functions/index.js",
|
|
"./aws/deploy/compile/events/schedule/index.js",
|
|
"./aws/deploy/compile/events/s3/index.js",
|
|
"./aws/deploy/compile/events/apiGateway/index.js",
|
|
"./helloWorld/helloWorld.js"
|
|
]
|
|
}
|