michalvankodev-site/amplify/backend/backend-config.json

27 lines
497 B
JSON
Raw Normal View History

{
2020-11-20 16:27:23 +01:00
"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"
]
}
]
}
}
}