Skip to content

Commit

Permalink
deploying with aws amplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeni777 committed Mar 6, 2020
1 parent bd09846 commit 159f851
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
node_modules

#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
amplifyconfiguration.json
amplify-gradle-config.json
amplifyxc.config
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": "backendtoclient",
"version": "3.0",
"frontend": "javascript",
"javascript": {
"framework": "react",
"config": {
"SourceDir": "src",
"DistributionDir": "build",
"BuildCommand": "npm run-script build",
"StartCommand": "npm run-script start"
}
},
"providers": [
"awscloudformation"
]
}
1 change: 1 addition & 0 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
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 @@
{
"data": {
"awscloudformation": {
"AuthRoleName": "amplify-backendtoclient-data-104803-authRole",
"UnauthRoleArn": "arn:aws:iam::199493000186:role/amplify-backendtoclient-data-104803-unauthRole",
"AuthRoleArn": "arn:aws:iam::199493000186:role/amplify-backendtoclient-data-104803-authRole",
"Region": "us-east-2",
"DeploymentBucketName": "amplify-backendtoclient-data-104803-deployment",
"UnauthRoleName": "amplify-backendtoclient-data-104803-unauthRole",
"StackName": "amplify-backendtoclient-data-104803",
"StackId": "arn:aws:cloudformation:us-east-2:199493000186:stack/amplify-backendtoclient-data-104803/04208ca0-5fdb-11ea-b50f-064e3beebd9c",
"AmplifyAppId": "d27qmr3fh7wi67"
}
}
}

0 comments on commit 159f851

Please sign in to comment.