-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ExcitingTheory:updates
Npm audit fix and amplify pull
- Loading branch information
Showing
16 changed files
with
16,138 additions
and
11,930 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"providers": [ | ||
"awscloudformation" | ||
], | ||
"projectName": "spiders1", | ||
"version": "3.1", | ||
"frontend": "javascript", | ||
"javascript": { | ||
"framework": "react", | ||
"config": { | ||
"SourceDir": "src", | ||
"DistributionDir": "public", | ||
"DistributionDir": ".next", | ||
"BuildCommand": "npm run-script build", | ||
"StartCommand": "npm run-script start" | ||
} | ||
}, | ||
"providers": [ | ||
"awscloudformation" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 36 additions & 36 deletions
72
amplify/backend/types/amplify-dependent-resources-ref.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
export type AmplifyDependentResourcesAttributes = { | ||
"auth": { | ||
"spiders17563e8247563e824": { | ||
"IdentityPoolId": "string", | ||
"IdentityPoolName": "string", | ||
"HostedUIDomain": "string", | ||
"OAuthMetadata": "string", | ||
"UserPoolId": "string", | ||
"UserPoolArn": "string", | ||
"UserPoolName": "string", | ||
"AppClientIDWeb": "string", | ||
"AppClientID": "string" | ||
} | ||
"api": { | ||
"spiders1": { | ||
"GraphQLAPIEndpointOutput": "string", | ||
"GraphQLAPIIdOutput": "string" | ||
} | ||
}, | ||
"auth": { | ||
"spiders17563e8247563e824": { | ||
"AppClientID": "string", | ||
"AppClientIDWeb": "string", | ||
"HostedUIDomain": "string", | ||
"IdentityPoolId": "string", | ||
"IdentityPoolName": "string", | ||
"OAuthMetadata": "string", | ||
"UserPoolArn": "string", | ||
"UserPoolId": "string", | ||
"UserPoolName": "string" | ||
} | ||
}, | ||
"function": { | ||
"spiderEngines": { | ||
"Arn": "string", | ||
"LambdaExecutionRole": "string", | ||
"Name": "string", | ||
"Region": "string" | ||
}, | ||
"function": { | ||
"spiderEngines": { | ||
"Name": "string", | ||
"Arn": "string", | ||
"Region": "string", | ||
"LambdaExecutionRole": "string" | ||
}, | ||
"spiderWebs": { | ||
"Name": "string", | ||
"Arn": "string", | ||
"Region": "string", | ||
"LambdaExecutionRole": "string" | ||
}, | ||
"spiderKeywords": { | ||
"Name": "string", | ||
"Arn": "string", | ||
"Region": "string", | ||
"LambdaExecutionRole": "string" | ||
} | ||
"spiderKeywords": { | ||
"Arn": "string", | ||
"LambdaExecutionRole": "string", | ||
"Name": "string", | ||
"Region": "string" | ||
}, | ||
"api": { | ||
"spiders1": { | ||
"GraphQLAPIIdOutput": "string", | ||
"GraphQLAPIEndpointOutput": "string" | ||
} | ||
"spiderWebs": { | ||
"Arn": "string", | ||
"LambdaExecutionRole": "string", | ||
"Name": "string", | ||
"Region": "string" | ||
} | ||
} | ||
} |
Oops, something went wrong.