mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
50 lines
1005 B
JSON
50 lines
1005 B
JSON
{
|
|
"lambda": {
|
|
"envVars": [],
|
|
"deploy": false,
|
|
"package": {
|
|
"optimize": {
|
|
"builder": "browserify",
|
|
"minify": true,
|
|
"ignore": [],
|
|
"exclude": [
|
|
"aws-sdk"
|
|
],
|
|
"includePaths": []
|
|
},
|
|
"excludePatterns": []
|
|
},
|
|
"cloudFormation": {
|
|
"Description": "",
|
|
"Handler": "",
|
|
"MemorySize": 1024,
|
|
"Runtime": "nodejs",
|
|
"Timeout": 6
|
|
}
|
|
},
|
|
"apiGateway": {
|
|
"deploy": false,
|
|
"cloudFormation": {
|
|
"Type": "",
|
|
"Path": "",
|
|
"Method": "GET",
|
|
"AuthorizationType": "none",
|
|
"ApiKeyRequired": false,
|
|
"RequestTemplates": {},
|
|
"RequestParameters": {},
|
|
"Responses": {
|
|
"default": {
|
|
"statusCode": "200",
|
|
"responseParameters": {},
|
|
"responseModels": {},
|
|
"responseTemplates": {
|
|
"application/json": ""
|
|
}
|
|
},
|
|
"400": {
|
|
"statusCode": "400"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |