Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
backend-config
Browse files Browse the repository at this point in the history
  • Loading branch information
katiegoines committed Jul 10, 2024
1 parent 83d2404 commit d575a40
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down

0 comments on commit d575a40

Please sign in to comment.