Remove auth, add basic lunch runc reation!
This commit is contained in:
@@ -1,35 +1,28 @@
|
||||
{
|
||||
"api": {
|
||||
"lunchrun": {
|
||||
"service": "AppSync",
|
||||
"providerPlugin": "awscloudformation",
|
||||
"output": {
|
||||
"authConfig": {
|
||||
"additionalAuthenticationProviders": [],
|
||||
"defaultAuthentication": {
|
||||
"authenticationType": "API_KEY",
|
||||
"apiKeyConfig": {
|
||||
"description": "lunchrunapikey",
|
||||
"apiKeyExpirationDays": 7
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"lunchruna5e025e4": {
|
||||
"service": "Cognito",
|
||||
"providerPlugin": "awscloudformation",
|
||||
"dependsOn": [],
|
||||
"customAuth": false
|
||||
}
|
||||
},
|
||||
"hosting": {
|
||||
"amplifyhosting": {
|
||||
"service": "amplifyhosting",
|
||||
"providerPlugin": "awscloudformation",
|
||||
"type": "manual"
|
||||
}
|
||||
}
|
||||
"api": {
|
||||
"lunchrun": {
|
||||
"service": "AppSync",
|
||||
"providerPlugin": "awscloudformation",
|
||||
"output": {
|
||||
"authConfig": {
|
||||
"additionalAuthenticationProviders": [],
|
||||
"defaultAuthentication": {
|
||||
"authenticationType": "API_KEY",
|
||||
"apiKeyConfig": {
|
||||
"description": "lunchrunapikey",
|
||||
"apiKeyExpirationDays": 7
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"auth": {},
|
||||
"hosting": {
|
||||
"amplifyhosting": {
|
||||
"service": "amplifyhosting",
|
||||
"providerPlugin": "awscloudformation",
|
||||
"type": "manual"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user