Initial import
This commit is contained in:
20
amplify/backend/backend-config.json
Normal file
20
amplify/backend/backend-config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"api": {
|
||||
"mysvelteproject": {
|
||||
"service": "AppSync",
|
||||
"providerPlugin": "awscloudformation",
|
||||
"output": {
|
||||
"authConfig": {
|
||||
"additionalAuthenticationProviders": [],
|
||||
"defaultAuthentication": {
|
||||
"authenticationType": "API_KEY",
|
||||
"apiKeyConfig": {
|
||||
"description": "",
|
||||
"apiKeyExpirationDays": 7
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user