-
Notifications
You must be signed in to change notification settings - Fork 3
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 #123 from opensim-org/add_aws_amplify
Add aws amplify
- Loading branch information
Showing
27 changed files
with
23,861 additions
and
9,947 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
|
||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Model Viewer Embedded</title> | ||
</head> | ||
<body> | ||
<iframe src="http://localhost:3000/embed-viewer/%2Fbuiltin%2Farm26.gltf" width="700" height="700" > | ||
</iframe> | ||
</body> | ||
<h3>This refers to a local server but will refer to public once this branch is deployed!</h3> | ||
<a href="https://simtk-confluence.stanford.edu:8443/display/OpenSim/Musculoskeletal+Models" target="_blank"> Model info</a> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"providers": [ | ||
"awscloudformation" | ||
], | ||
"projectName": "opensimviewer", | ||
"version": "3.1", | ||
"frontend": "javascript", | ||
"javascript": { | ||
"framework": "react", | ||
"config": { | ||
"SourceDir": "src", | ||
"DistributionDir": "build", | ||
"BuildCommand": "npm.cmd run-script build", | ||
"StartCommand": "npm.cmd run-script start" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"features": { | ||
"graphqltransformer": { | ||
"addmissingownerfields": true, | ||
"improvepluralization": false, | ||
"validatetypenamereservedwords": true, | ||
"useexperimentalpipelinedtransformer": true, | ||
"enableiterativegsiupdates": true, | ||
"secondarykeyasgsi": true, | ||
"skipoverridemutationinputtypes": true, | ||
"transformerversion": 2, | ||
"suppressschemamigrationprompt": true, | ||
"securityenhancementnotification": false, | ||
"showfieldauthnotification": false, | ||
"usesubusernamefordefaultidentityclaim": true, | ||
"usefieldnameforprimarykeyconnectionfield": false, | ||
"enableautoindexquerynames": true, | ||
"respectprimarykeyattributesonconnectionfield": true, | ||
"shoulddeepmergedirectiveconfigdefaults": false, | ||
"populateownerfieldforstaticgroupauth": true | ||
}, | ||
"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, | ||
"generatemodelsforlazyloadandcustomselectionset": false | ||
}, | ||
"appsync": { | ||
"generategraphqlpermissions": true | ||
}, | ||
"latestregionsupport": { | ||
"pinpoint": 1, | ||
"translate": 1, | ||
"transcribe": 1, | ||
"rekognition": 1, | ||
"textract": 1, | ||
"comprehend": 1 | ||
}, | ||
"project": { | ||
"overrides": true | ||
} | ||
}, | ||
"debug": { | ||
"shareProjectConfig": true | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"dev": { | ||
"awscloudformation": { | ||
"AuthRoleName": "amplify-opensimviewer-dev-101047-authRole", | ||
"UnauthRoleArn": "arn:aws:iam::660440363484:role/amplify-opensimviewer-dev-101047-unauthRole", | ||
"AuthRoleArn": "arn:aws:iam::660440363484:role/amplify-opensimviewer-dev-101047-authRole", | ||
"Region": "us-west-2", | ||
"DeploymentBucketName": "amplify-opensimviewer-dev-101047-deployment", | ||
"UnauthRoleName": "amplify-opensimviewer-dev-101047-unauthRole", | ||
"StackName": "amplify-opensimviewer-dev-101047", | ||
"StackId": "arn:aws:cloudformation:us-west-2:660440363484:stack/amplify-opensimviewer-dev-101047/9df35da0-6f6b-11ee-a3d0-06fb26805acf", | ||
"AmplifyAppId": "d7iaa9a9lxtm6" | ||
}, | ||
"categories": { | ||
"hosting": { | ||
"S3AndCloudFront": {} | ||
}, | ||
"auth": { | ||
"opensimviewer423590f5": {} | ||
}, | ||
"storage": { | ||
"viewerStorageResouce": {} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.