Skip to content

Commit

Permalink
CIOMS form
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Dai authored and Julian Dai committed Aug 19, 2022
1 parent db6b3e0 commit 3d89903
Show file tree
Hide file tree
Showing 26 changed files with 1,558 additions and 684 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,24 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#amplify-do-not-edit-begin
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/.temp
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
**.sample
#amplify-do-not-edit-end
17 changes: 17 additions & 0 deletions amplify/.config/project-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"projectName": "rems",
"version": "3.1",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm run-script build",
"StartCommand": "npm run-script start"
}
},
"providers": [
"awscloudformation"
]
}
8 changes: 8 additions & 0 deletions amplify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Getting Started with Amplify CLI
This directory was generated by [Amplify CLI](https://docs.amplify.aws/cli).

Helpful resources:
- Amplify documentation: https://docs.amplify.aws
- Amplify CLI documentation: https://docs.amplify.aws/cli
- More details on this folder & generated files: https://docs.amplify.aws/cli/reference/files
- Join Amplify's community: https://amplify.aws/community/
24 changes: 24 additions & 0 deletions amplify/backend/auth/rems3a23976c/parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"authSelections": "userPoolOnly",
"resourceName": "rems3a23976c",
"serviceType": "imported",
"region": "us-east-1",
"authProvidersUserPool": [],
"requiredAttributes": [
"email"
],
"passwordPolicyMinLength": 8,
"passwordPolicyCharacters": [
"Requires Lowercase",
"Requires Uppercase",
"Requires Numbers",
"Requires Symbols"
],
"mfaConfiguration": "ON",
"autoVerifiedAttributes": [
"email"
],
"mfaTypes": [
"SMS Text Message"
]
}
11 changes: 11 additions & 0 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"auth": {
"rems3a23976c": {
"service": "Cognito",
"serviceType": "imported",
"providerPlugin": "awscloudformation",
"dependsOn": [],
"customAuth": false
}
}
}
10 changes: 10 additions & 0 deletions amplify/backend/tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"Key": "user:Stack",
"Value": "{project-env}"
},
{
"Key": "user:Application",
"Value": "{project-name}"
}
]
1 change: 1 addition & 0 deletions amplify/backend/types/amplify-dependent-resources-ref.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type AmplifyDependentResourcesAttributes = {}
53 changes: 53 additions & 0 deletions amplify/cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"features": {
"graphqltransformer": {
"addmissingownerfields": true,
"improvepluralization": false,
"validatetypenamereservedwords": true,
"useexperimentalpipelinedtransformer": true,
"enableiterativegsiupdates": true,
"secondarykeyasgsi": true,
"skipoverridemutationinputtypes": true,
"transformerversion": 2,
"suppressschemamigrationprompt": true,
"securityenhancementnotification": false,
"showfieldauthnotification": false
},
"frontend-ios": {
"enablexcodeintegration": true
},
"auth": {
"enablecaseinsensitivity": true,
"useinclusiveterminology": true,
"breakcirculardependency": true,
"forcealiasattributes": false,
"useenabledmfas": true
},
"codegen": {
"useappsyncmodelgenplugin": true,
"usedocsgeneratorplugin": true,
"usetypesgeneratorplugin": true,
"cleangeneratedmodelsdirectory": true,
"retaincasestyle": true,
"addtimestampfields": true,
"handlelistnullabilitytransparently": true,
"emitauthprovider": true,
"generateindexrules": true,
"enabledartnullsafety": true
},
"appsync": {
"generategraphqlpermissions": true
},
"latestregionsupport": {
"pinpoint": 1,
"translate": 1,
"transcribe": 1,
"rekognition": 1,
"textract": 1,
"comprehend": 1
},
"project": {
"overrides": true
}
}
}
7 changes: 7 additions & 0 deletions amplify/hooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Command Hooks

Command hooks can be used to run custom scripts upon Amplify CLI lifecycle events like pre-push, post-add-function, etc.

To get started, add your script files based on the expected naming convention in this directory.

Learn more about the script file naming convention, hook parameters, third party dependencies, and advanced configurations at https://docs.amplify.aws/cli/usage/command-hooks
25 changes: 25 additions & 0 deletions amplify/team-provider-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"dev": {
"awscloudformation": {
"AuthRoleName": "amplify-rems-dev-181817-authRole",
"UnauthRoleArn": "arn:aws:iam::623243298160:role/amplify-rems-dev-181817-unauthRole",
"AuthRoleArn": "arn:aws:iam::623243298160:role/amplify-rems-dev-181817-authRole",
"Region": "us-east-1",
"DeploymentBucketName": "amplify-rems-dev-181817-deployment",
"UnauthRoleName": "amplify-rems-dev-181817-unauthRole",
"StackName": "amplify-rems-dev-181817",
"StackId": "arn:aws:cloudformation:us-east-1:623243298160:stack/amplify-rems-dev-181817/a99a3940-1f43-11ed-8229-0a9880a94f7b",
"AmplifyAppId": "d2wnv8esa7gkoh"
},
"categories": {
"auth": {
"rems3a23976c": {
"userPoolId": "us-east-1_XNm6AS9VI",
"userPoolName": "REMS",
"webClientId": "2olqcmpburn64f72p4d68bl5ll",
"nativeClientId": "2olqcmpburn64f72p4d68bl5ll"
}
}
}
}
}
Loading

0 comments on commit 3d89903

Please sign in to comment.