mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
This is still a WIP. Runt he plugin inside a serverless service with "serverless compile functions".
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"plugins": [
|
|
"./deploy/deploy.js",
|
|
"./create/create.js",
|
|
"./helloWorld/helloWorld.js",
|
|
"./awsCompileFunctionsToResources/awsCompileFunctionsToResources.js"
|
|
]
|
|
}
|