35 lines
802 B
JSON
Raw Normal View History

2020-11-20 16:27:23 +01:00
{
"paths": [
{
"name": "/auth",
"lambdaFunction": "authFunction",
"privacy": {
"open": true
},
"policyResourceName": "/auth"
}
],
"resourceName": "auth",
"apiName": "auth",
"functionArns": [
{
"lambdaFunction": "authFunction"
}
],
"privacy": {
"auth": 0,
"unauth": 0,
"authRoleName": "amplify-michalvankodev-master-144656-authRole",
"unAuthRoleName": "amplify-michalvankodev-master-144656-unauthRole"
},
"dependsOn": [
{
"category": "function",
"resourceName": "authFunction",
"attributes": [
"Name",
"Arn"
]
}
]
}