27 lines
497 B
JSON
27 lines
497 B
JSON
{
|
|
"hosting": {},
|
|
"function": {
|
|
"authFunction": {
|
|
"build": true,
|
|
"providerPlugin": "awscloudformation",
|
|
"service": "Lambda",
|
|
"dependsOn": []
|
|
}
|
|
},
|
|
"api": {
|
|
"auth": {
|
|
"service": "API Gateway",
|
|
"providerPlugin": "awscloudformation",
|
|
"dependsOn": [
|
|
{
|
|
"category": "function",
|
|
"resourceName": "authFunction",
|
|
"attributes": [
|
|
"Name",
|
|
"Arn"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |