Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Dec 15, 2020
1 parent e2980ee commit 0503933
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
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 @@
{
"providers": [
"awscloudformation"
],
"projectName": "showrunner",
"version": "3.0",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm run-script build",
"StartCommand": "npm run-script start"
}
}
}
1 change: 1 addition & 0 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
10 changes: 10 additions & 0 deletions amplify/cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"features": {
"graphqltransformer": {
"addmissingownerfields": true,
"validatetypenamereservedwords": true,
"useexperimentalpipelinedtransformer": false,
"enableiterativegsiupdates": false
}
}
}
15 changes: 15 additions & 0 deletions amplify/team-provider-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"staging": {
"awscloudformation": {
"AuthRoleName": "amplify-showrunner-staging-125238-authRole",
"UnauthRoleArn": "arn:aws:iam::570246514211:role/amplify-showrunner-staging-125238-unauthRole",
"AuthRoleArn": "arn:aws:iam::570246514211:role/amplify-showrunner-staging-125238-authRole",
"Region": "us-east-2",
"DeploymentBucketName": "amplify-showrunner-staging-125238-deployment",
"UnauthRoleName": "amplify-showrunner-staging-125238-unauthRole",
"StackName": "amplify-showrunner-staging-125238",
"StackId": "arn:aws:cloudformation:us-east-2:570246514211:stack/amplify-showrunner-staging-125238/69903760-3ed4-11eb-b555-0296ed261c1a",
"AmplifyAppId": "dh55l1gv8i5ds"
}
}
}

0 comments on commit 0503933

Please sign in to comment.