diff --git a/amplify/backend/backend-config.json b/amplify/backend/backend-config.json index c59a3168..b54b091f 100644 --- a/amplify/backend/backend-config.json +++ b/amplify/backend/backend-config.json @@ -1,25 +1,25 @@ { "api": { "community": { - "service": "AppSync", - "providerPlugin": "awscloudformation", "dependsOn": [], "output": { "authConfig": { - "defaultAuthentication": { - "authenticationType": "API_KEY", - "apiKeyConfig": { - "apiKeyExpirationDays": 30, - "description": "api key description" - } - }, "additionalAuthenticationProviders": [ { "authenticationType": "AWS_IAM" } - ] + ], + "defaultAuthentication": { + "apiKeyConfig": { + "apiKeyExpirationDays": 30, + "description": "api key description" + }, + "authenticationType": "API_KEY" + } } - } + }, + "providerPlugin": "awscloudformation", + "service": "AppSync" } }, "auth": {},