diff --git a/.gitignore b/.gitignore index e1d20a2c4a..5644a1e586 100755 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,15 @@ awsconfiguration.json #amplify amplify/\#current-cloud-backend amplify/.config/local-* +amplify/mock-data amplify/backend/amplify-meta.json +amplify/backend/awscloudformation +build/ +dist/ +node_modules/ aws-exports.js -awsconfiguration.json \ No newline at end of file +awsconfiguration.json +amplifyconfiguration.json +amplify-build-config.json +amplify-gradle-config.json +amplifytools.xcconfig \ No newline at end of file diff --git a/amplify/.config/project-config.json b/amplify/.config/project-config.json old mode 100755 new mode 100644 index bafe837409..7c65fc67b9 --- a/amplify/.config/project-config.json +++ b/amplify/.config/project-config.json @@ -1,6 +1,9 @@ { - "projectName": "authcra", - "version": "1.0", + "providers": [ + "awscloudformation" + ], + "projectName": "ACF584", + "version": "3.0", "frontend": "javascript", "javascript": { "framework": "react", @@ -10,8 +13,5 @@ "BuildCommand": "npm run-script build", "StartCommand": "npm run-script start" } - }, - "providers": [ - "awscloudformation" - ] -} \ No newline at end of file + } +} diff --git a/amplify/backend/auth/cognitocf0c6096/cognitocf0c6096-cloudformation-template.yml b/amplify/backend/auth/cognitocf0c6096/cognitocf0c6096-cloudformation-template.yml index 4cfeebbb61..4ff768d31e 100755 --- a/amplify/backend/auth/cognitocf0c6096/cognitocf0c6096-cloudformation-template.yml +++ b/amplify/backend/auth/cognitocf0c6096/cognitocf0c6096-cloudformation-template.yml @@ -263,7 +263,7 @@ Resources: - ' }' - '};' Handler: index.handler - Runtime: nodejs8.10 + Runtime: nodejs10.x Timeout: '300' Role: !GetAtt - UserPoolClientRole diff --git a/amplify/team-provider-info.json b/amplify/team-provider-info.json new file mode 100644 index 0000000000..47f33b4a05 --- /dev/null +++ b/amplify/team-provider-info.json @@ -0,0 +1,20 @@ +{ + "devn": { + "awscloudformation": { + "AuthRoleName": "amplify-authcra-devn-170435-authRole", + "UnauthRoleArn": "arn:aws:iam::681707848755:role/amplify-authcra-devn-170435-unauthRole", + "AuthRoleArn": "arn:aws:iam::681707848755:role/amplify-authcra-devn-170435-authRole", + "Region": "us-east-1", + "DeploymentBucketName": "amplify-authcra-devn-170435-deployment", + "UnauthRoleName": "amplify-authcra-devn-170435-unauthRole", + "StackName": "amplify-authcra-devn-170435", + "StackId": "arn:aws:cloudformation:us-east-1:681707848755:stack/amplify-authcra-devn-170435/170a49b0-caab-11ea-8f56-12498e67507f", + "AmplifyAppId": "d1l4ttk6myd0ji" + }, + "categories": { + "auth": { + "cognitocf0c6096": {} + } + } + } +} \ No newline at end of file diff --git a/package.json b/package.json index 49c1d85857..e5ee6809a3 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "kind-of": "^6.0.3", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-scripts": "^3.4.1" + "react-scripts": "^3.4.1", + "styled-components": "^5.1.1", + "yarn": "^1.22.4" }, "resolutions": { "set-value": "^2.0.1", diff --git a/public/index.html b/public/index.html index 73b2ecd7fc..6c2fd47b9a 100755 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,18 @@
- - - - + + + + - + +