Initial import

This commit is contained in:
wlee221
2020-09-23 15:40:20 -07:00
commit 2dcbf9d23d
24 changed files with 5918 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"api": {
"mysvelteproject": {
"service": "AppSync",
"providerPlugin": "awscloudformation",
"output": {
"authConfig": {
"additionalAuthenticationProviders": [],
"defaultAuthentication": {
"authenticationType": "API_KEY",
"apiKeyConfig": {
"description": "",
"apiKeyExpirationDays": 7
}
}
}
}
}
}
}