Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions amplify/.config/project-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"projectName": "thrifty",
"providers": [
"awscloudformation"
],
"projectName": "thrifty2",
"version": "3.1",
"frontend": "android",
"android": {
"config": {
"ResDir": "app/src/main/res"
}
},
"providers": [
"awscloudformation"
]
}
}
8 changes: 0 additions & 8 deletions amplify/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions amplify/backend/api/thrifty/.migration-backup/schema.graphql

This file was deleted.

5 changes: 0 additions & 5 deletions amplify/backend/api/thrifty/parameters.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"version": 1,
"serviceConfiguration": {
"apiName": "thrifty",
"serviceName": "AppSync",
"gqlSchemaPath": "/tmp/amplify-2e97eeff-bfb1-4790-87ca-b286e0a41ce2/amplify/backend/api/thrifty/schema.graphql",
"defaultAuthType": {
"mode": "API_KEY",
"keyDescription": "api key description",
"expirationTime": 30
"expirationTime": 35,
"apiKeyExpirationDate": "2022-01-06T02:02:46.260Z",
"keyDescription": "ssdmh"
},
"additionalAuthTypes": [
{
"mode": "AWS_IAM"
}
],
"conflictResolution": {
"defaultResolutionStrategy": {
"type": "AUTOMERGE"
}
}
},
"apiName": "thrifty2",
"gqlSchemaPath": "/mnt/c/Users/STUDENT/AndroidStudioProjects/thrifty/amplify/backend/api/thrifty2/schema.graphql",
"additionalAuthTypes": [
{
"mode": "AWS_IAM"
}
]
}
}
12 changes: 12 additions & 0 deletions amplify/backend/api/thrifty2/parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"AppSyncApiName": "thrifty2",
"DynamoDBBillingMode": "PAY_PER_REQUEST",
"DynamoDBEnableServerSideEncryption": false,
"AuthCognitoUserPoolId": {
"Fn::GetAtt": [
"auththrifty23c488d7e",
"Outputs.UserPoolId"
]
},
"AuthModeLastUpdated": "2021-12-01T23:40:42.562Z"
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"version": "1",
"cognitoConfig": {
"identityPoolName": "thrifty880b2640_identitypool_880b2640",
"allowUnauthenticatedIdentities": true,
"resourceNameTruncated": "thrift880b2640",
"userPoolName": "thrifty880b2640_userpool_880b2640",
"identityPoolName": "thrifty23c488d7e_identitypool_3c488d7e",
"allowUnauthenticatedIdentities": false,
"resourceNameTruncated": "thrift3c488d7e",
"userPoolName": "thrifty23c488d7e_userpool_3c488d7e",
"autoVerifiedAttributes": [
"email"
"email"
],
"mfaConfiguration": "OFF",
"mfaTypes": [
"SMS Text Message"
"SMS Text Message"
],
"smsAuthenticationMessage": "Your authentication code is {####}",
"smsVerificationMessage": "Your verification code is {####}",
Expand All @@ -20,42 +18,40 @@
"passwordPolicyMinLength": 8,
"passwordPolicyCharacters": [],
"requiredAttributes": [
"email"
"email"
],
"aliasAttributes": [],
"userpoolClientGenerateSecret": false,
"userpoolClientRefreshTokenValidity": 30,
"userpoolClientWriteAttributes": [
"email"
"email"
],
"userpoolClientReadAttributes": [
"email"
"email"
],
"userpoolClientLambdaRole": "thrift880b2640_userpoolclient_lambda_role",
"userpoolClientLambdaRole": "thrift3c488d7e_userpoolclient_lambda_role",
"userpoolClientSetAttributes": false,
"sharedId": "880b2640",
"resourceName": "thrifty880b2640",
"sharedId": "3c488d7e",
"resourceName": "thrifty23c488d7e",
"authSelections": "identityPoolAndUserPool",
"authRoleArn": {
"Fn::GetAtt": [
"AuthRole",
"Arn"
]
},
"unauthRoleArn": {
"Fn::GetAtt": [
"UnauthRole",
"Arn"
]
},
"useDefault": "default",
"usernameAttributes": [
"email"
"email"
],
"userPoolGroupList": [],
"serviceName": "Cognito",
"useEnabledMfas": false,
"authRoleArn": {
"Fn::GetAtt": [
"AuthRole",
"Arn"
]
},
"unauthRoleArn": {
"Fn::GetAtt": [
"UnauthRole",
"Arn"
]
},
"breakCircularDependency": false,
"usernameCaseSensitive": false,
"dependsOn": []
}
}
Loading