Files
amplify-svelte/amplify/backend/backend-config.json
2020-09-23 15:40:20 -07:00

20 lines
371 B
JSON

{
"api": {
"mysvelteproject": {
"service": "AppSync",
"providerPlugin": "awscloudformation",
"output": {
"authConfig": {
"additionalAuthenticationProviders": [],
"defaultAuthentication": {
"authenticationType": "API_KEY",
"apiKeyConfig": {
"description": "",
"apiKeyExpirationDays": 7
}
}
}
}
}
}
}