michalvankodev-site/amplify/backend/backend-config.json
2020-11-20 16:27:23 +01:00

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"
]
}
]
}
}
}